Compartilhar via


Propriedade ITextSelection.AnchorPoint

Obtém o ponto de ancoragem da seleção.

Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI (em Microsoft.VisualStudio.Text.UI.dll)

Sintaxe

'Declaração
ReadOnly Property AnchorPoint As VirtualSnapshotPoint
VirtualSnapshotPoint AnchorPoint { get; }
property VirtualSnapshotPoint AnchorPoint {
    VirtualSnapshotPoint get ();
}
abstract AnchorPoint : VirtualSnapshotPoint with get
function get AnchorPoint () : VirtualSnapshotPoint

Valor de propriedade

Tipo: Microsoft.VisualStudio.Text.VirtualSnapshotPoint
O ponto de ancoragem.

Comentários

O ponto de ancoragem normalmente corresponde ao final da seleção que não contenha a posição do cursor.Se a seleção for revertida, este ponto vem após o ponto ativo.

Segurança do .NET Framework

Consulte também

Referência

ITextSelection Interface

Namespace Microsoft.VisualStudio.Text.Editor