DocumentAutomationPeer.GetChildrenCore 메서드

정의

FrameworkContentElement에 연결된 DocumentAutomationPeer의 자식 요소 컬렉션을 가져옵니다. 이 메서드는 GetChildren()에 의해 호출됩니다.

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

반환

DocumentAutomationPeer을 통해 TextPattern의 콘텐츠에 액세스할 수 있으므로 이 메서드는 항상 null을 반환합니다.

적용 대상

추가 정보