Partager via


IViewAutomationPeer.GetChildren(List<AutomationPeer>) Méthode

Définition

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

List<AutomationPeer>

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.

S’applique à

Voir aussi