ITextSelection.Start Property

Definition

Gets the start point of the selection.

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

Property Value

The start point.

Remarks

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

Applies to