TagsChangedEventArgs.Span Property

Definition

Gets the span over which tags have changed.

public:
 property Microsoft::VisualStudio::Text::IMappingSpan ^ Span { Microsoft::VisualStudio::Text::IMappingSpan ^ get(); };
public:
 property Microsoft::VisualStudio::Text::IMappingSpan ^ Span { Microsoft::VisualStudio::Text::IMappingSpan ^ get(); };
public Microsoft.VisualStudio.Text.IMappingSpan Span { get; }
member this.Span : Microsoft.VisualStudio.Text.IMappingSpan
Public ReadOnly Property Span As IMappingSpan

Property Value

The span over which tags have changed.

Applies to