다음을 통해 공유


AutomationPeer.GetChildren 메서드

정의

자동화 피어의 직접 자식 요소로 UI 자동화 트리에 표시되는 자식 요소의 컬렉션을 가져옵니다.

public:
 virtual IVector<AutomationPeer ^> ^ GetChildren() = GetChildren;
IVector<AutomationPeer> GetChildren();
public IList<AutomationPeer> GetChildren();
function getChildren()
Public Function GetChildren () As IList(Of AutomationPeer)

반환

자식 요소에 대한 AutomationPeer 개체의 컬렉션입니다.

적용 대상