UITechnologyManagerProxy.GetElementFromWindowHandle 方法

从特定窗口句柄中获取元素。

命名空间:  Microsoft.VisualStudio.TestTools.UITesting
程序集:  Microsoft.VisualStudio.TestTools.UITesting(在 Microsoft.VisualStudio.TestTools.UITesting.dll 中)

语法

声明
Public Overrides Function GetElementFromWindowHandle ( _
    handle As IntPtr _
) As IUITechnologyElement
public override IUITechnologyElement GetElementFromWindowHandle(
    IntPtr handle
)
public:
virtual IUITechnologyElement^ GetElementFromWindowHandle(
    IntPtr handle
) override
abstract GetElementFromWindowHandle : 
        handle:IntPtr -> IUITechnologyElement  
override GetElementFromWindowHandle : 
        handle:IntPtr -> IUITechnologyElement
public override function GetElementFromWindowHandle(
    handle : IntPtr
) : IUITechnologyElement

参数

  • handle
    类型:IntPtr

    窗口句柄。

返回值

类型:Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
从窗口句柄的 IUITechnologyElement。

实现

IUITechnologyManager.GetElementFromWindowHandle(IntPtr)

.NET Framework 安全性

请参阅

参考

UITechnologyManagerProxy 类

Microsoft.VisualStudio.TestTools.UITesting 命名空间