Version

SnapshotSpan Structure Properties

For a list of all members of this type, see SnapshotSpan members.

Public Properties
 NameDescription
Public PropertyEndReturns the end point from the beginning of the TextDocumentSnapshot (read-only).  
Public PropertyEndLocationReturns the end point within the TextDocumentSnapshot (read-only).  
Public PropertyIsEmptyReturns true if the length of the span is 0 (read-only).  
Public PropertyLengthReturns the length of the text span (read-only).  
Public PropertyOffsetReturns the zero-based offset from the beginning of the TextDocumentSnapshot (read-only).  
Public PropertySnapshotReturns the associated TextDocumentSnapshot (read-only).  
Public PropertyStartReturns the start point within the TextDocumentSnapshot (read-only).  
Public PropertyStartLocationReturns the normalized start location within the TextDocumentSnapshot (read-only).  
Public PropertyTextSpanReturns the TextSpan structure (read-only).  
See Also