ITextChange.NewSpan Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The span of the ITextChange in the snapshot immediately after the change.
public:
property Microsoft::VisualStudio::Text::Span NewSpan { Microsoft::VisualStudio::Text::Span get(); };
public:
property Microsoft::VisualStudio::Text::Span NewSpan { Microsoft::VisualStudio::Text::Span get(); };
public Microsoft.VisualStudio.Text.Span NewSpan { get; }
member this.NewSpan : Microsoft.VisualStudio.Text.Span
Public ReadOnly Property NewSpan As Span
Property Value
The span of the ITextChange in the snapshot immediately after the change.
Remarks
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.