SnapshotSpan.Span Property

Gets the span covered by the snapshot span.

Namespace:  Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

Syntax

'Declaration
Public ReadOnly Property Span As Span
public Span Span { get; }
public:
property Span Span {
    Span get ();
}
member Span : Span
function get Span () : Span

Property Value

Type: Microsoft.VisualStudio.Text.Span
The span covered by the snapshot span.

.NET Framework Security

See Also

Reference

SnapshotSpan Structure

Microsoft.VisualStudio.Text Namespace