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
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

See Also

Reference

Span Structure

Microsoft.VisualStudio.Text Namespace