BatchedTagsChangedEventArgs.Spans Property

Definition

The list of IMappingSpans where the tags have changed.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Text::IMappingSpan ^> ^ Spans { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Text::IMappingSpan ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Text.IMappingSpan> Spans { get; }
member this.Spans : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Text.IMappingSpan>
Public ReadOnly Property Spans As ReadOnlyCollection(Of IMappingSpan)

Property Value

The list of IMappingSpan objects where the tags have changed.

Applies to