AutomationPeer.GetElementFromPoint(Point) Método

Definición

Obtiene un elemento del punto especificado.

public:
 virtual Platform::Object ^ GetElementFromPoint(Point pointInWindowCoordinates) = GetElementFromPoint;
IInspectable GetElementFromPoint(Point const& pointInWindowCoordinates);
public object GetElementFromPoint(Point pointInWindowCoordinates);
function getElementFromPoint(pointInWindowCoordinates)
Public Function GetElementFromPoint (pointInWindowCoordinates As Point) As Object

Parámetros

pointInWindowCoordinates
Point

El punto especificado.

Devoluciones

Object

Platform::Object

IInspectable

Elemento en el punto especificado.

Se aplica a