AutomationPeer.GetElementFromPoint(Point) 메서드

정의

지정된 지점에서 요소를 가져옵니다.

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

매개 변수

pointInWindowCoordinates
Point

지정된 지점입니다.

반환

Object

Platform::Object

IInspectable

지정된 지점의 요소입니다.

적용 대상