AutomationPeer.GetElementFromPoint(Point) Méthode

Définition

Obtient un élément à partir du point spécifié.

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

Paramètres

pointInWindowCoordinates
Point

Le point spécifié.

Retours

Object

Platform::Object

IInspectable

Élément au point spécifié.

S’applique à