BatchedTagsChangedEventArgs Class
Visual Studio 2015
Provides information for the BatchedTagsChanged event.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
| Name | Description | |
|---|---|---|
![]() | BatchedTagsChangedEventArgs(IList<IMappingSpan>) | Initializes a new instance of BatchedTagsChangedEventArgs with the specified list of IMappingSpan objects. |
| Name | Description | |
|---|---|---|
![]() | Spans | Gets the list of IMappingSpan objects where the tags have changed. |
| 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.) |
It includes a list of all mapping spans where tags have changed since the last batched tags changed event.
This event is raised on the same thread as the thread that created the tag aggregator.
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:


