IUITechnologyManager.GetChildren(IUITechnologyElement, Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne un énumérateur pour les éléments enfants dans l'élément donné.
public:
System::Collections::IEnumerator ^ GetChildren(Microsoft::VisualStudio::TestTools::UITest::Extension::IUITechnologyElement ^ element, System::Object ^ parsedQueryIdCookie);
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.DispId(5)]
public System.Collections.IEnumerator GetChildren (Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement element, object parsedQueryIdCookie);
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.DispId(5)>]
abstract member GetChildren : Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement * obj -> System.Collections.IEnumerator
Public Function GetChildren (element As IUITechnologyElement, parsedQueryIdCookie As Object) As IEnumerator
Paramètres
- element
- IUITechnologyElement
Objet IUITechnologyElement.
- parsedQueryIdCookie
- Object
Cookie d'un élément de requête précédemment analysé.
Retours
Énumérateur de la collection des éléments enfants.
- Attributs