Compares the values of two SnapshotLineInfo structures for equality Syntax Parameters line1 The first structureline2 The other structure Return Value true if the two instances are equal; otherwise false
Compares the values of two SnapshotLineInfo structures for inequality Syntax Parameters line1 The first structureline2 The other structure Return Value true if the two instances are not equal; otherwise false
Returns the zero-based offset of this line from the beginning of the document (read-only). Syntax
Returns the associated TextDocumentSnapshot (read-only). Syntax
Returns the length of all the text in the line excluding carriage return and line feed characters. (read-only). Syntax
Returns the total number of tokens in the line including the line terminator token (read-only). Syntax Remarks If the line contains a portion of the multiline token, the TokenCount will also include that token.
Returns a string representation of the object. Syntax Return Value A string that represents this SnapshotLineInfo
Represents a point (i.e. offset) within a specific TextDocumentSnapshot Syntax Remarks Note: to translate a point between 2 related Snapshots use the TranslateTo method.
Public Constructors Public Properties Public Methods Public Operators
Public Methods