ITextChange::NewEnd Property

 

Gets the end position of the NewText in the snapshot immediately after the text change.

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

property int NewEnd {
	int get();
}

Property Value

Type: System::Int32

The end position of the NewText in the snapshot immediately after the text change.

This is the equivalent of NewSpan.End.

Return to top
Show: