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

適用対象