AutomationPeer.GetChildrenCore 메서드

정의

파생 클래스에서 재정의된 경우 GetChildren()에서 호출됩니다.

protected:
 abstract System::Collections::Generic::List<System::Windows::Automation::Peers::AutomationPeer ^> ^ GetChildrenCore();
protected abstract System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer> GetChildrenCore ();
abstract member GetChildrenCore : unit -> System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer>
Protected MustOverride Function GetChildrenCore () As List(Of AutomationPeer)

반환

List<AutomationPeer>

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

적용 대상

추가 정보