ITextVersion::Length Property

 

Gets the length in characters of this ITextVersion.

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

property int Length {
	int get();
}

Property Value

Type: System::Int32

The number of characters in this version.

Return to top
Show: