UIElementAutomationPeer.GetChildrenCore Méthode

Définition

Obtient la collection d'éléments enfants du UIElement associé à ce UIElementAutomationPeer. 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

Liste d'éléments AutomationPeer enfants.

S’applique à