TagSpan<T>.Span Property

Definition

Gets the snapshot span for this tag.

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

Property Value

The snapshot span for this tag.

Applies to