ITextSelection::Start Property

 

Gets the start point of the selection.

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

property VirtualSnapshotPoint Start {
	VirtualSnapshotPoint get();
}

Property Value

Type: Microsoft.VisualStudio.Text::VirtualSnapshotPoint

The start point.

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

Return to top
Show: