Compartir a través de


RibbonGroupAutomationPeer.GetChildrenCore Método

Definición

Obtiene la colección de elementos secundarios del control RibbonGroup asociado a este objeto RibbonGroupAutomationPeer. 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

List<AutomationPeer>

Colección de elementos secundarios del control RibbonGroup asociado a este objeto RibbonGroupAutomationPeer.

Se aplica a