Version 24.2 (latest)

TextDocumentVersion Class Properties

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

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