AutomationPeer.GetPeerFromPoint(Point) Methode

Definition

Ruft einen AutomationPeer vom angegebenen Punkt ab.

public:
 System::Windows::Automation::Peers::AutomationPeer ^ GetPeerFromPoint(System::Windows::Point point);
public System.Windows.Automation.Peers.AutomationPeer GetPeerFromPoint (System.Windows.Point point);
member this.GetPeerFromPoint : System.Windows.Point -> System.Windows.Automation.Peers.AutomationPeer
Public Function GetPeerFromPoint (point As Point) As AutomationPeer

Parameter

point
Point

Die Position auf dem Bildschirm, an der AutomationPeer abgerufen werden soll.

Gibt zurück

Das AutomationPeer am angegebenen Punkt.

Gilt für: