ITextSelection::End Property

 

Gets the end point of the selection.

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

property VirtualSnapshotPoint End {
	VirtualSnapshotPoint get();
}

Property Value

Type: Microsoft.VisualStudio.Text::VirtualSnapshotPoint

The end point.

This is either the active point or the anchor point, whichever comes last.

Return to top
Show: