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

注解

测试正在使用或重写的对等方中的现有返回值,然后在必要时重写该行为。

适用于

另请参阅