SnapshotSpan.End Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.