ITextSnapshot::Length Property

 

Gets the number of UTF-16 characters in the snapshot.

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.

Return to top
Show: