AutomationPeer.GetPeerFromPointCore(Point) 메서드

정의

파생 클래스에서 재정의하는 경우 GetPeerFromPoint(Point)에서 호출됩니다.

protected:
 virtual System::Windows::Automation::Peers::AutomationPeer ^ GetPeerFromPointCore(System::Windows::Point point);
protected virtual System.Windows.Automation.Peers.AutomationPeer GetPeerFromPointCore (System.Windows.Point point);
abstract member GetPeerFromPointCore : System.Windows.Point -> System.Windows.Automation.Peers.AutomationPeer
override this.GetPeerFromPointCore : System.Windows.Point -> System.Windows.Automation.Peers.AutomationPeer
Protected Overridable Function GetPeerFromPointCore (point As Point) As AutomationPeer

매개 변수

point
Point

AutomationPeer를 가져올 화면의 위치입니다.

반환

지정된 지점에 있는 AutomationPeer입니다.

적용 대상