UITechnologyElement.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
Public MustOverride ReadOnly Property WindowHandle As IntPtr
    Get
public abstract IntPtr WindowHandle { get; }
public:
virtual property IntPtr WindowHandle {
    IntPtr get () abstract;
}
abstract WindowHandle : IntPtr
abstract function get WindowHandle () : IntPtr

Eigenschaftswert

Typ: System.IntPtr
Das Handle dieses Elements.

Implementiert

IUITechnologyElement.WindowHandle

.NET Framework-Sicherheit

Siehe auch

Referenz

UITechnologyElement Klasse

Microsoft.VisualStudio.TestTools.UITest.Extension-Namespace

IntPtr