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

適用対象