Class
TextVersion

Represents version of the text document.

Definition

Namespace:Telerik.Windows.SyntaxEditor.Core.Text

Assembly:Telerik.Windows.SyntaxEditor.Core.dll

Syntax:

cs-api-definition
public class TextVersion

Inheritance: objectTextVersion

Properties

ChangeToNextVersion

Change with the next version.

Declaration

cs-api-definition
public TextChange ChangeToNextVersion { get; }

Property Value

TextChange

Length

The length of the text.

Declaration

cs-api-definition
public int Length { get; }

Property Value

int

Next

The next version.

Declaration

cs-api-definition
public TextVersion Next { get; }

Property Value

TextVersion

TextDocument

The document.

Declaration

cs-api-definition
public TextDocument TextDocument { get; }

Property Value

TextDocument

VersionNumber

Version number.

Declaration

cs-api-definition
public int VersionNumber { get; }

Property Value

int