TextVersion
Class
Represents version of the text document.
Definition
Namespace:Telerik.Windows.SyntaxEditor.Core.Text
Assembly:Telerik.Windows.SyntaxEditor.Core.dll
Syntax:
C#
public class TextVersion
Inheritance: objectTextVersion
Properties
Change with the next version.
C#
public TextChange ChangeToNextVersion { get; }
The next version.
C#
public TextVersion Next { get; }
The document.
C#
public TextDocument TextDocument { get; }
Version number.
C#
public int VersionNumber { get; }