ITextChange::OldEnd Property

 

Gets the end position of the OldText in the snapshot immediately before the change.

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

property int OldEnd {
	int get();
}

Property Value

Type: System::Int32

The end position of the OldText in the snapshot immediately before the change.

This is the equivalent of OldSpan.End.

Return to top
Show: