Condividi tramite


Proprietà UITechnologyElement.WindowHandle

Ottiene l'handle della finestra Win32 che contiene questo elemento.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Sintassi

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

Valore proprietà

Tipo: System.IntPtr
Handle di questo elemento.

Implementa

IUITechnologyElement.WindowHandle

Sicurezza di .NET Framework

Vedere anche

Riferimenti

UITechnologyElement Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.Extension

IntPtr