IViewAutomationPeer.GetChildren(List<AutomationPeer>) 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 immédiats de l’homologue UI Automation spécifié.
public:
System::Collections::Generic::List<System::Windows::Automation::Peers::AutomationPeer ^> ^ GetChildren(System::Collections::Generic::List<System::Windows::Automation::Peers::AutomationPeer ^> ^ children);
public System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer> GetChildren (System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer> children);
abstract member GetChildren : System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer> -> System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer>
Public Function GetChildren (children As List(Of AutomationPeer)) As List(Of AutomationPeer)
Paramètres
- children
- List<AutomationPeer>
Homologues Automation des éléments de liste.
Retours
Homologues Automation de tous les éléments du contrôle. Si la vue contient des éléments interactifs ou informationnels en plus des éléments de liste, les homologues Automation de ces éléments doivent être ajoutés à la liste.