Span.End Property
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 with get
function get End () : int
Property Value
Type: 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.