For a list of all members of this type, see SnapshotSpan members.
Name | Description | |
---|---|---|
End | Returns the end point from the beginning of the TextDocumentSnapshot (read-only). | |
EndLocation | Returns the end point within the TextDocumentSnapshot (read-only). | |
IsEmpty | Returns true if the length of the span is 0 (read-only). | |
Length | Returns the length of the text span (read-only). | |
Offset | Returns the zero-based offset from the beginning of the TextDocumentSnapshot (read-only). | |
Snapshot | Returns the associated TextDocumentSnapshot (read-only). | |
Start | Returns the start point within the TextDocumentSnapshot (read-only). | |
StartLocation | Returns the normalized start location within the TextDocumentSnapshot (read-only). | |
TextSpan | Returns the TextSpan structure (read-only). |