BatchedTagsChangedEventArgs::Spans Property

 

Gets the list of IMappingSpan objects where the tags have changed.

Namespace:   Microsoft.VisualStudio.Text.Tagging
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.

Return to top
Show: