Partager via


UITechnologyManager.GetElementFromWindowHandle, méthode

Récupère l'élément identifié par le handle de fenêtre fourni.

Espace de noms :  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly :  Microsoft.VisualStudio.TestTools.UITest.Extension (dans Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntaxe

'Déclaration
Public MustOverride Function GetElementFromWindowHandle ( _
    handle As IntPtr _
) As IUITechnologyElement
public abstract IUITechnologyElement GetElementFromWindowHandle(
    IntPtr handle
)
public:
virtual IUITechnologyElement^ GetElementFromWindowHandle(
    IntPtr handle
) abstract
abstract GetElementFromWindowHandle : 
        handle:IntPtr -> IUITechnologyElement 
public abstract function GetElementFromWindowHandle(
    handle : IntPtr
) : IUITechnologyElement

Paramètres

Valeur de retour

Type : Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
Élément spécifié.

Implémentations

IUITechnologyManager.GetElementFromWindowHandle(IntPtr)

Sécurité .NET Framework

Voir aussi

Référence

UITechnologyManager Classe

Microsoft.VisualStudio.TestTools.UITest.Extension, espace de noms