ITextChange::OldLength Property

 

Gets the length of OldText.

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

property int OldLength {
	int get();
}

Property Value

Type: System::Int32

The length of OldText.

This is the equivalent of OldSpan.Length.

Return to top
Show: