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 with get
function get Span () : Span
Property Value
Type: Microsoft.VisualStudio.Text.Span
The span covered by the snapshot span.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.