ITextSelection.ActivePoint Eigenschaft

Definition

Ruft den aktiven Punkt der Auswahl ab.

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

Eigenschaftswert

VirtualSnapshotPoint

Der aktive Punkt.

Hinweise

Dieser Punkt entspricht normalerweise dem Ende der Auswahl, die die Position der Einfügemarke enthält.

Wenn die Auswahl umgekehrt ist, wird dieser Punkt vor dem Anchorpoint angezeigt.

Gilt für