ITextSelection.ActivePoint Property

Definition

Gets the active point of the selection.

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

Property Value

The active point.

Remarks

This point normally corresponds to the end of the selection that contains to the caret position.

If the selection is reversed, then this point will come before the AnchorPoint.

Applies to