ChangeTag Class
Visual Studio 2015
A tag associated with a span of modified text.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
| Name | Description | |
|---|---|---|
![]() | ChangeTag(ChangeTypes) | Initializes a new instance of ChangeTag with the specified change type. |
| Name | Description | |
|---|---|---|
![]() | ChangeTypes | Gets the type of change for the tag. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (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.
Show:


