UIElementAutomationPeer.GetChildrenCore Método

Definición

Obtiene la colección de elementos secundarios del control UIElement asociado a este objeto UIElementAutomationPeer. GetChildren() llama a este método.

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)

Devoluciones

Lista de elementos AutomationPeer secundarios.

Se aplica a