Version

Search Results

PointTrackingMode Enumeration

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...

SnapshotLineInfo Structure

An object that represents a line within a specific TextDocumentSnapshot Syntax

SnapshotLineInfo Structure Members

Public Properties Public Methods Public Operators

Contains Method (SnapshotLineInfo)

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.

Equals(Object) Method

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

Equals(SnapshotLineInfo) Method

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

Equals Method (SnapshotLineInfo)

Compares the specified object to this object to see if they are equivalent. Overload List

GetCharacter Method

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...