Version

TextDocumentSnapshot Class Properties

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

Public Properties
 NameDescription
Public PropertyDocumentReturns the associated TextDocument (read-only)  
Public PropertyItemReturns the character at the specified position(read-only).  
Public PropertyLengthReturns the length of the snapshot in characters (read-only).  
Public PropertyLineCountReturns the number of lines in the shapshot (read-only).  
Public PropertyTokenCountReturns the number of Tokens in the shapshot (read-only).  
Public PropertyVersionReturns the version of the document that this snapshot represents (read-only)  
See Also