AutomationPeer.GetChildren 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.
Obtient la collection d’éléments enfants qui sont représentés dans l’arborescence UI Automation en tant qu’éléments enfants immédiats de l’homologue Automation.
public:
virtual IVector<AutomationPeer ^> ^ GetChildren() = GetChildren;
IVector<AutomationPeer> GetChildren();
public IList<AutomationPeer> GetChildren();
function getChildren()
Public Function GetChildren () As IList(Of AutomationPeer)
Retours
Collection d’objets AutomationPeer pour les éléments enfants.