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 나타내는 개체를 ApplicationMenu, QuickAccessToolBar, 및 RibbonTab 에 속하는 개체는 Ribbon합니다.

적용 대상