Selection.ActivePoint Eigenschaft

Definition

Ruft den Speicherort des Endpunkts der verschiebbaren Auswahl ab, d. h., wenn ein Benutzer die UMSCHALTTASTE gedrückt halten und klicken soll, wird dieser Punkt in den Speicherort des Click geändert. Wenn es sich um eine leere Auswahl handelt, wird diese im angezeigt InsertionPoint .

public:
 property Microsoft::VisualStudio::Text::VirtualSnapshotPoint ActivePoint { Microsoft::VisualStudio::Text::VirtualSnapshotPoint get(); };
public Microsoft.VisualStudio.Text.VirtualSnapshotPoint ActivePoint { get; }
public Microsoft.VisualStudio.Text.VirtualSnapshotPoint ActivePoint { [System.Runtime.CompilerServices.IsReadOnly] get; }
member this.ActivePoint : Microsoft.VisualStudio.Text.VirtualSnapshotPoint
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.ActivePoint : Microsoft.VisualStudio.Text.VirtualSnapshotPoint
Public ReadOnly Property ActivePoint As VirtualSnapshotPoint

Eigenschaftswert

VirtualSnapshotPoint
Attribute

Gilt für