AutomationPeer.GetElementFromPointCore(Point) Método

Definición

Proporciona el comportamiento del mismo nivel cuando un cliente de Automatización de la interfaz de usuario de Microsoft llama a GetElementFromPoint o a una API de cliente de Automatización de la interfaz de usuario de Microsoft equivalente.

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

Parámetros

pointInWindowCoordinates
Point

El punto especificado.

Devoluciones

Object

Platform::Object

IInspectable

Comportamiento del mismo nivel.

Se aplica a