ITextSelection.AnchorPoint 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 anchor point of the selection.
public:
 property Microsoft::VisualStudio::Text::VirtualSnapshotPoint AnchorPoint { Microsoft::VisualStudio::Text::VirtualSnapshotPoint get(); };public Microsoft.VisualStudio.Text.VirtualSnapshotPoint AnchorPoint { get; }member this.AnchorPoint : Microsoft.VisualStudio.Text.VirtualSnapshotPointPublic ReadOnly Property AnchorPoint As VirtualSnapshotPointProperty Value
The anchor point.
Remarks
This normally corresponds to the end of the selection that does not contain to the caret position.
If the selection is reversed, then this point will come after the ActivePoint.