For a list of all members of this type, see SnapshotLineInfo members.
| Name | Description | |
|---|---|---|
![]() | Length | Returns the length of all the text in the line including carriage return and line feed characters. (read-only). |
![]() | LineIndex | Returns the zero-based index of the line (read-only). |
![]() | LineNumber | Returns the 1-based line number (read-only). |
![]() | OverallOffset | Returns the zero-based offset of this line from the beginning of the document (read-only). |
![]() | Snapshot | Returns the associated TextDocumentSnapshot (read-only). |
![]() | TextLength | Returns the length of all the text in the line excluding carriage return and line feed characters. (read-only). |
![]() | TokenCount | Returns the total number of tokens in the line including the line terminator token (read-only). |