BatchedTagsChangedEventArgs::Spans Property
Visual Studio 2015
Gets the list of IMappingSpan objects where the tags have changed.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
public: property ReadOnlyCollection<IMappingSpan^>^ Spans { ReadOnlyCollection<IMappingSpan^>^ get(); }
Property Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<IMappingSpan^>^The list of IMappingSpan objects where the tags have changed.
Show: