AutomationPeer.GetPeerFromPoint(Point) Methode

Definitie

Hiermee haalt u een AutomationPeer van het opgegeven punt op.

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

Parameters

point
Point

De positie op het scherm om de AutomationPeer vandaan te halen.

Retouren

De AutomationPeer op het opgegeven punt.

Van toepassing op