Sets the CurrentOffset to the beginning of a line. Overload List
Sets the CurrentOffset to the zero. Syntax
Sets the CurrentOffset to the beginning or end of a Token. Syntax Parameters scanType The relative token position.filter An optional filter function to bypass certain tokens. Return Value True if successful, otherwise false Exceptions Exception Description System.InvalidOperationException if a filter is supplied a...
Sets the CurrentOffset to the beginning or end of a Word within a Token. Syntax Parameters scanType The relative word position. Return Value True if successful, otherwise false
Returns the snapshot that this scanner was created for (read-only) Syntax
Public Properties Public Methods
Public Methods
Public Properties
Creates a new instance of a TextDocumentSnapshotScanner Syntax Parameters splitMultilineTokensByLine Indicates whether multiline tokens should be split up so that when scanning tokens, no token returned spans multiple line. Return Value The new instance of the scanner for this snapshot.
Returns the associated TextDocument (read-only) Syntax