Determines how SnapshotPoints track between snapshots. Syntax Members Member Description Negative The point tracks toward the beginning of the document. An insertion at the current position leaves the point unchanged. If a replacement contains the point, it will end up at the beginning of the replacement text. Pos...
An object that represents a line within a specific TextDocumentSnapshot Syntax
Public Properties Public Methods Public Operators
Public Methods
Public Properties
Returns true if the token is contained in this line. Syntax Parameters token The token to test. Return Value true if the line contains the token, otherwise false.
Compares the specified object to this object to see if they are equivalent. Syntax Parameters obj The object to compare Return Value True if the objects are equal; otherwise false
Determines if a structure is equatable to this one. Syntax Parameters other The other structure Return Value Returns true if the structures are equatable, otherwise false
Compares the specified object to this object to see if they are equivalent. Overload List
Returns the character at a specific offset in the line. Syntax Parameters charOffset The zero-based offset of the character from the beginning of the line. Return Value The character in question. Exceptions Exception Description System.ArgumentOutOfRangeException If charOffset is less than 0 or greater than or equ...