Version

Search Results

GetString(String) Method

Returns the resource string using the specified resource name and default culture. The string is then formatted using the arguments specified. Syntax Parameters name Name of the string resource to return.

GetString(String,Object[]) Method

Returns the resource string using the specified name and default culture. Syntax Parameters name Name of the string resource to return.args Arguments supplied to the string.Format method when formatting the string.

GetString Method

Returns the resource string using the specified name and default culture. Overload List

TextDocumentSnapshot Class

Represents the entire state (i.e. version) of a TextDocument. Syntax Remarks Note: Every time a change is made to the document a new snapshot is created. Each snapshot is thread-safe and immutable.

TextDocumentSnapshotScanner Class

Exposes methods for scanning through a snapshot of a TextDocument Syntax Remarks This class targets a specific instance of a snapshot and is created via the snapshot’s CreateScanner method. It is used for efficiently scanning thru the snapshot’s lines, tokens and words. The CurrentOffset property is used to scan t...

TextDocumentSnapshotScanner Class Members

Public Properties Public Methods

CurrentCharacter Property

Returns the character at the CurrentOffset (read-only). Syntax

CurrentLine Property

Returns the Line containing the CurrentOffset (read-only). Syntax