UITechnologyManagerProxy.GetElementFromWindowHandle, méthode
Obtient l'élément de le handle de fenêtre donnée.
Espace de noms : Microsoft.VisualStudio.TestTools.UITesting
Assembly : Microsoft.VisualStudio.TestTools.UITesting (dans Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntaxe
'Déclaration
Public Overrides Function GetElementFromWindowHandle ( _
handle As IntPtr _
) As IUITechnologyElement
public override IUITechnologyElement GetElementFromWindowHandle(
IntPtr handle
)
public:
virtual IUITechnologyElement^ GetElementFromWindowHandle(
IntPtr handle
) override
abstract GetElementFromWindowHandle :
handle:IntPtr -> IUITechnologyElement
override GetElementFromWindowHandle :
handle:IntPtr -> IUITechnologyElement
public override function GetElementFromWindowHandle(
handle : IntPtr
) : IUITechnologyElement
Paramètres
- handle
Type : System.IntPtr
Handle de fenêtre.
Valeur de retour
Type : Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
L'IUITechnologyElement de le handle de fenêtre.
Implémentations
IUITechnologyManager.GetElementFromWindowHandle(IntPtr)
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.