AutomationPeer.GetPeerFromPointCore(Point) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 。
注釈
使用またはオーバーライドしているピア内の既存の戻り値をテストし、必要に応じてその動作をオーバーライドします。