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 of the span.
Namespace: Microsoft.VisualStudio.Text
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Syntax
'Declaration
Public ReadOnly Property End As Integer
public int End { get; }
public:
property int End {
int get ();
}
member End : int
function get End () : int
Property Value
Type: System.Int32
The end of the span.
Remarks
The span is open-ended on the right side, so that Start + Length = 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.