다음을 통해 공유


ExpanderAutomationPeer.GetChildrenCore 메서드

정의

ExpanderAutomationPeer와 연결된 Expander 컨트롤의 자식 요소 컬렉션을 가져오고, 템플릿 기반 토글 단추의 이벤트 소스를 이 GetChildrenCore() 인스턴스로 설정합니다.

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>

Expander와 연결된 ExpanderAutomationPeer 컨트롤의 자식 요소 컬렉션입니다.

적용 대상