Version

TextDocumentVersion Class Members

The following tables list the members exposed by TextDocumentVersion.

Public Properties
 NameDescription
Public PropertyChangesReturns a read-only collection of the changes that were applied to get to the next version.  
Public PropertyChangeSourceReturns the source of the changes that were applied to get to the next version (read-only).  
Public PropertyLengthReturns the overall length of this version of the document (read-only)  
Public PropertyNextVersionReturns the next version of this document (read-only)  
Public PropertyVersionNumberReturns the version number for this version (read-only)  
See Also