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

適用対象