共用方式為


UITechnologyElement.WindowHandle 屬性

取得包含這個項目之 Win32 視窗的控制代碼。

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

語法

'宣告
Public MustOverride ReadOnly Property WindowHandle As IntPtr
public abstract IntPtr WindowHandle { get; }
public:
virtual property IntPtr WindowHandle {
    IntPtr get () abstract;
}
abstract WindowHandle : IntPtr with get
abstract function get WindowHandle () : IntPtr

屬性值

型別:System.IntPtr
這個項目的控制代碼。

實作

IUITechnologyElement.WindowHandle

.NET Framework 安全性

請參閱

參考

UITechnologyElement 類別

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

IntPtr