AutomationPeer.GetElementFromPointCore(Point) 方法

定义

当 Microsoft UI 自动化 客户端调用 GetElementFromPoint 或等效的 Microsoft UI 自动化 客户端 API 时,提供对等行为。

protected:
 virtual Platform::Object ^ GetElementFromPointCore(Point pointInWindowCoordinates) = GetElementFromPointCore;
IInspectable GetElementFromPointCore(Point const& pointInWindowCoordinates);
protected virtual object GetElementFromPointCore(Point pointInWindowCoordinates);
function getElementFromPointCore(pointInWindowCoordinates)
Protected Overridable Function GetElementFromPointCore (pointInWindowCoordinates As Point) As Object

参数

pointInWindowCoordinates
Point

指定的点。

返回

Object

Platform::Object

IInspectable

对等方的行为。

适用于