AutomationPeer.GetPeerFromPoint(Point) 方法

定义

从指定的点获取 AutomationPeer

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

参数

point
Point

在屏幕中获取 AutomationPeer 的位置。

返回

AutomationPeer

位于指定点处的 AutomationPeer

适用于