共用方式為


UITechnologyManager.GetElementFromPoint 方法

擷取位於指定螢幕座標上的項目。

命名空間:  Microsoft.VisualStudio.TestTools.UITest.Extension
組件:  Microsoft.VisualStudio.TestTools.UITest.Extension (在 Microsoft.VisualStudio.TestTools.UITest.Extension.dll 中)

語法

'宣告
Public MustOverride Function GetElementFromPoint ( _
    pointX As Integer, _
    pointY As Integer _
) As IUITechnologyElement
public abstract IUITechnologyElement GetElementFromPoint(
    int pointX,
    int pointY
)
public:
virtual IUITechnologyElement^ GetElementFromPoint(
    int pointX, 
    int pointY
) abstract
abstract GetElementFromPoint : 
        pointX:int * 
        pointY:int -> IUITechnologyElement 
public abstract function GetElementFromPoint(
    pointX : int, 
    pointY : int
) : IUITechnologyElement

參數

傳回值

型別:Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
提供之位置上的項目。

實作

IUITechnologyManager.GetElementFromPoint(Int32, Int32)

.NET Framework 安全性

請參閱

參考

UITechnologyManager 類別

Microsoft.VisualStudio.TestTools.UITest.Extension 命名空間

IUITechnologyElement