RibbonApplicationMenuAutomationPeer.GetChildrenCore 메서드

정의

RibbonApplicationMenu와 연결된 RibbonApplicationMenuAutomationPeer의 자식 요소 컬렉션을 가져옵니다. 이 메서드는 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>

RibbonApplicationMenu에 연결된 RibbonApplicationMenuAutomationPeer의 자식 요소 컬렉션입니다.

적용 대상