Selection.ActivePosition Property

Definition

Gets the ___location of the movable selection endpoint, meaning if a user were to hold shift and click, this point would be changed to the ___location of the click. If this is an empty selection, this will be at the InsertionPosition.

public Microsoft.VisualStudio.Extensibility.Editor.TextPosition ActivePosition { get; }
member this.ActivePosition : Microsoft.VisualStudio.Extensibility.Editor.TextPosition
Public ReadOnly Property ActivePosition As TextPosition

Property Value

Applies to