Compartir a través de


RibbonGalleryCategoryAutomationPeer.GetChildrenCore (Método)

Obtiene la colección de elementos secundarios del RibbonGalleryCategory asociado a este RibbonGalleryCategoryAutomationPeer. GetChildren llama a este método.

Espacio de nombres:  Microsoft.Windows.Automation.Peers
Ensamblado:  RibbonControlsLibrary (en RibbonControlsLibrary.dll)

Sintaxis

'Declaración
Protected Overrides Function GetChildrenCore As List(Of AutomationPeer)
protected override List<AutomationPeer> GetChildrenCore()
protected:
virtual List<AutomationPeer^>^ GetChildrenCore() override
abstract GetChildrenCore : unit -> List<AutomationPeer> 
override GetChildrenCore : unit -> List<AutomationPeer> 
protected override function GetChildrenCore() : List<AutomationPeer>

Valor devuelto

Tipo: System.Collections.Generic.List<AutomationPeer>
Colección de elementos secundarios del control RibbonGalleryCategory asociado a este objeto RibbonGalleryCategoryAutomationPeer.

Seguridad de .NET Framework

Vea también

Referencia

RibbonGalleryCategoryAutomationPeer Clase

Microsoft.Windows.Automation.Peers (Espacio de nombres)