SnapshotSpan.Span Property

Definition

Gets the span covered by the snapshot span.

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

Property Value

The span covered by the snapshot span.

Applies to