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.
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.
Returns the resource string using the specified name and default culture. Overload List
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.
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...
Public Properties Public Methods
Public Methods
Public Properties
Returns the character at the CurrentOffset (read-only). Syntax
Returns the Line containing the CurrentOffset (read-only). Syntax