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 with get
function get VersionNumber () : int
Property Value
Type: Int32
The version number.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.