AutomationPeer.GetChildrenCore 메서드

정의

Microsoft UI 자동화 클라이언트가 GetChildren 또는 동등한 Microsoft UI Automation 클라이언트 API를 호출할 때 피어의 동작을 제공합니다.

protected:
 virtual IVector<AutomationPeer ^> ^ GetChildrenCore() = GetChildrenCore;
IVector<AutomationPeer> GetChildrenCore();
protected virtual IList<AutomationPeer> GetChildrenCore();
function getChildrenCore()
Protected Overridable Function GetChildrenCore () As IList(Of AutomationPeer)

반환

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

설명

기본 구현은 null을 반환합니다. 항목 컬렉션이 있는 컨트롤을 나타내는 피어는 이 결과를 재정의할 수 있습니다. 사용 중인 피어의 동작을 테스트하거나 재정의하고 해당 동작을 변경하려면 GetChildrenCore를 재정의합니다.

적용 대상

추가 정보