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)
Syntax
'Declaration
ReadOnly Property OldEnd As Integer
int OldEnd { get; }
property int OldEnd {
int get ();
}
abstract OldEnd : int with get
function get OldEnd () : int
Property Value
Type: Int32
The end position of the OldText in the snapshot immediately before the change.
Remarks
This is the equivalent of OldSpan.End.
.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.