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

適用対象