ChangeTag Class

 

A tag associated with a span of modified text.

Namespace:   Microsoft.VisualStudio.Text.Document
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

System.Object
  Microsoft.VisualStudio.Text.Document.ChangeTag

public class ChangeTag : ITag

NameDescription
System_CAPS_pubmethodChangeTag(ChangeTypes)

Initializes a new instance of ChangeTag with the specified change type.

NameDescription
System_CAPS_pubpropertyChangeTypes

Gets the type of change for the tag.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Use the CreateTagAggregator method to instantiate an aggregator of change tags. Change taggers lose their change history when they are no longer consumed by any tag aggregators. They resume tracking changes when a new aggregator is created.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: