AutomationPeer.GetPeerFromPointCore(Point) メソッド

定義

Microsoft UI オートメーション クライアントが GetPeerFromPoint または同等の Microsoft UI オートメーション クライアント API を呼び出すときのピアの動作を提供します。

protected:
 virtual AutomationPeer ^ GetPeerFromPointCore(Point point) = GetPeerFromPointCore;
AutomationPeer GetPeerFromPointCore(Point const& point);
protected virtual AutomationPeer GetPeerFromPointCore(Point point);
function getPeerFromPointCore(point)
Protected Overridable Function GetPeerFromPointCore (point As Point) As AutomationPeer

パラメーター

point
Point

UI 内のターゲット UI 要素の相対位置。

戻り値

指定したポイントにある UI 要素の AutomationPeer

注釈

使用またはオーバーライドしているピア内の既存の戻り値をテストし、必要に応じてその動作をオーバーライドします。

適用対象

こちらもご覧ください