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 개체의 컬렉션입니다.

적용 대상