ITextVersion.VersionNumber Property

The version number for this version, used for comparisons between versions of the same buffer.

Namespace:  Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

Syntax

'Declaration
ReadOnly Property VersionNumber As Integer
int VersionNumber { get; }
property int VersionNumber {
    int get ();
}
abstract VersionNumber : int
function get VersionNumber () : int

Property Value

Type: System.Int32
The version number.

.NET Framework Security

See Also

Reference

ITextVersion Interface

Microsoft.VisualStudio.Text Namespace