SnapshotSpanEventArgs.Span Property

Definition

Gets the SnapshotSpan.

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 SnapshotSpan.

Applies to