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.

Комментарии

Метод возвращает коллекцию AutomationPeer объектов, представляющих QuickAccessToolBarApplicationMenuобъекты, а RibbonTab также объекты, принадлежащие объекту Ribbon.GetChildrenCore

Применяется к