ITextVersion Properties
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Text
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
| Name | Description | |
|---|---|---|
![]() | Changes | Gets the text changes that produce the next version. |
![]() | Length | Gets the length in characters of this ITextVersion. |
![]() | Next | Gets the next ITextVersion. |
![]() | ReiteratedVersionNumber | Gets the oldest version number for which all text changes between that version and this version have been canceled out by corresponding undo/redo operations. |
![]() | TextBuffer | The ITextBuffer to which this ITextVersion applies. |
![]() | VersionNumber | The version number for this version, used for comparisons between versions of the same buffer. |
Show:
