For a list of all members of this type, see TextDocumentSnapshotScanner members.
Name | Description | |
---|---|---|
![]() | PeekNextToken | Peeks ahead and returns the next token without changing the CurrentOffset. |
![]() | PeekNextWord | Peeks ahead and returns the next word without changing the CurrentOffset. |
![]() | PeekPreviousToken | Peeks backward and returns the previous token without changing the CurrentOffset. |
![]() | PeekPreviousWord | Peeks backward and returns the previous word without changing the CurrentOffset. |
![]() | SeekToEnd | Sets the CurrentOffset to the length minus one. |
![]() | SeekToLine | Overloaded. Sets the CurrentOffset to the beginning of a line. |
![]() | SeekToStart | Sets the CurrentOffset to the zero. |
![]() | SeekToToken | Sets the CurrentOffset to the beginning or end of a Token. |
![]() | SeekToWord | Sets the CurrentOffset to the beginning or end of a Word within a Token. |