Dela via


RibbonGalleryCategoryAutomationPeer.GetChildrenCore Method

Gets the collection of child elements of the RibbonGalleryCategory that is associated with this RibbonGalleryCategoryAutomationPeer. This method is called by GetChildren.

Namespace:  Microsoft.Windows.Automation.Peers
Assembly:  RibbonControlsLibrary (in RibbonControlsLibrary.dll)

Syntax

'Declaration
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>

Return Value

Type: System.Collections.Generic.List<AutomationPeer>
The collection of child elements of the RibbonGalleryCategory that is associated with this RibbonGalleryCategoryAutomationPeer.

.NET Framework Security

See Also

Reference

RibbonGalleryCategoryAutomationPeer Class

Microsoft.Windows.Automation.Peers Namespace