Condividi tramite


Metodo IUITechnologyManager.GetElementFromWindowHandle

Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.

Recupera l'elemento identificato dall'handle della finestra fornito.

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

Sintassi

'Dichiarazione
Function GetElementFromWindowHandle ( _
    handle As IntPtr _
) As IUITechnologyElement
IUITechnologyElement GetElementFromWindowHandle(
    IntPtr handle
)
IUITechnologyElement^ GetElementFromWindowHandle(
    IntPtr handle
)
abstract GetElementFromWindowHandle : 
        handle:IntPtr -> IUITechnologyElement 
function GetElementFromWindowHandle(
    handle : IntPtr
) : IUITechnologyElement

Parametri

Valore restituito

Tipo: Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
l'elemento specificato.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IUITechnologyManager Interfaccia

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