Version

TextDocumentSnapshotScanner Class Properties

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

Public Properties
 NameDescription
Public PropertyCurrentCharacterReturns the character at the CurrentOffset (read-only).  
Public PropertyCurrentLineReturns the Line containing the CurrentOffset (read-only).  
Public PropertyCurrentOffsetReturns/sets the zero-based character offset.  
Public PropertyCurrentTokenReturns the Token at the CurrentOffset (read-only).  
Public PropertyCurrentWordReturns the Word at the CurrentOffset (read-only).  
Public PropertySnapshotReturns the snapshot that this scanner was created for (read-only)  
See Also