Partager via


TreeViewItemAutomationPeer.GetChildrenCore Méthode

Définition

Obtient la collection d'éléments enfants du TreeViewItem associé à ce TreeViewItemAutomationPeer. Cette méthode est appelée par GetChildren().

protected:
 override System::Collections::Generic::List<System::Windows::Automation::Peers::AutomationPeer ^> ^ GetChildrenCore();
protected override System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer> GetChildrenCore ();
override this.GetChildrenCore : unit -> System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer>
Protected Overrides Function GetChildrenCore () As List(Of AutomationPeer)

Retours

List<AutomationPeer>

Collection d’éléments enfants.

Remarques

Cette méthode est récursive. Autrement dit, elle retourne la hiérarchie des objets enfants de l’objet TreeViewItem.

S’applique à