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입니다.

적용 대상