RibbonAutomationPeer.GetChildrenCore 方法

定义

获取与此 Ribbon 关联的 RibbonAutomationPeer 的子元素的集合。 此方法由 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)

返回

List<AutomationPeer>

与此 Ribbon 关联的 RibbonAutomationPeer 的子元素。

注解

该方法GetChildrenCore返回一个对象集合,该集合AutomationPeer表示属于该ApplicationMenuRibbon对象的对象QuickAccessToolBarRibbonTab对象。

适用于