AutomationPeer.GetElementFromPointCore(Point) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當 Microsoft 使用者介面自動化 用戶端呼叫 GetElementFromPoint 或對等的 Microsoft 使用者介面自動化 用戶端 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
指定的點。
傳回
對等的行為。