Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
function get OldEnd () : int
Property Value
Type: System.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.