Freigeben über


UITechnologyElement.WindowHandle-Eigenschaft

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntax

'Declaration
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

Eigenschaftswert

Typ: IntPtr

Implementiert

IUITechnologyElement.WindowHandle

.NET Framework-Sicherheit

Siehe auch

Referenz

UITechnologyElement Klasse

Microsoft.VisualStudio.TestTools.UITest.Extension-Namespace