SnapshotSpan.End Property

Definition

Gets the end of the snapshot span. The span is open-ended on the right side, which is to say that Start + Length = End.

public:
 property Microsoft::VisualStudio::Text::SnapshotPoint End { Microsoft::VisualStudio::Text::SnapshotPoint get(); };
public Microsoft.VisualStudio.Text.SnapshotPoint End { get; }
member this.End : Microsoft.VisualStudio.Text.SnapshotPoint
Public ReadOnly Property End As SnapshotPoint

Property Value

The end of the snapshot span.

Remarks

The span is open-ended on the right side, so that Start + Length = End.

Applies to