Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)
Syntax
'Declaration
ReadOnly Property NewSpan As Span
Span NewSpan { get; }
property Span NewSpan {
Span get ();
}
abstract NewSpan : Span
function get NewSpan () : Span
Property Value
Type: Microsoft.VisualStudio.Text.Span
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.