ITextSelection.ActivePoint 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 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.