Freigeben über


IUITechnologyElement.WindowHandle-Eigenschaft

Ruft das Handle für das Win32-Fenster ab, das dieses Element enthält.

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

Syntax

'Declaration
ReadOnly Property WindowHandle As IntPtr
    Get
IntPtr WindowHandle { get; }
property IntPtr WindowHandle {
    IntPtr get ();
}
abstract WindowHandle : IntPtr
function get WindowHandle () : IntPtr

Eigenschaftswert

Typ: System.IntPtr
Das Handle dieses Elements.

.NET Framework-Sicherheit

Siehe auch

Referenz

IUITechnologyElement Schnittstelle

Microsoft.VisualStudio.TestTools.UITest.Extension-Namespace