Version

SnapshotLineInfo Structure Properties

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

Public Properties
 NameDescription
Public PropertyLengthReturns the length of all the text in the line including carriage return and line feed characters. (read-only).  
Public PropertyLineIndexReturns the zero-based index of the line (read-only).  
Public PropertyLineNumberReturns the 1-based line number (read-only).  
Public PropertyOverallOffsetReturns the zero-based offset of this line from the beginning of the document (read-only).  
Public PropertySnapshotReturns the associated TextDocumentSnapshot (read-only).  
Public PropertyTextLengthReturns the length of all the text in the line excluding carriage return and line feed characters. (read-only).  
Public PropertyTokenCountReturns the total number of tokens in the line including the line terminator token (read-only).  
See Also