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)

property int VersionNumber {
	int get();
}

Property Value

Type: System::Int32

The version number.

Return to top
Show: