Version

TextDocumentSnapshotScanner Class Methods

For a list of all members of this type, see TextDocumentSnapshotScanner members.

Public Methods
 NameDescription
Public MethodPeekNextTokenPeeks ahead and returns the next token without changing the CurrentOffset.  
Public MethodPeekNextWordPeeks ahead and returns the next word without changing the CurrentOffset.  
Public MethodPeekPreviousTokenPeeks backward and returns the previous token without changing the CurrentOffset.  
Public MethodPeekPreviousWordPeeks backward and returns the previous word without changing the CurrentOffset.  
Public MethodSeekToEndSets the CurrentOffset to the length minus one.  
Public MethodSeekToLineOverloaded. Sets the CurrentOffset to the beginning of a line.  
Public MethodSeekToStartSets the CurrentOffset to the zero.  
Public MethodSeekToTokenSets the CurrentOffset to the beginning or end of a Token.  
Public MethodSeekToWordSets the CurrentOffset to the beginning or end of a Word within a Token.  
See Also