AutomationPeer.GetChildren 메서드

정의

UI 자동화 트리에서 자동화 피어의 직계 자식 요소로 나타나는 GetChildren() 요소의 컬렉션을 가져옵니다.

public:
 System::Collections::Generic::List<System::Windows::Automation::Peers::AutomationPeer ^> ^ GetChildren();
public System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer> GetChildren ();
member this.GetChildren : unit -> System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer>
Public Function GetChildren () As List(Of AutomationPeer)

반환

List<AutomationPeer>

자식 요소의 컬렉션입니다.

예외

이 메서드에 대한 공개 통화가 현재 진행 중입니다.

적용 대상

추가 정보