ITextChange::NewSpan Property

 

Gets the span of the ITextChange in the snapshot immediately after the change.

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

property Span NewSpan {
	Span get();
}

Property Value

Type: Microsoft.VisualStudio.Text::Span

The span of the ITextChange in the snapshot immediately after the change.

This span is empty for a pure deletion. Its start position may differ from OldSpan.Start only when there is more than one ITextChange included in moving from one snapshot to the next.

Return to top
Show: