Udostępnij za pośrednictwem


DocumentAutomationPeer.GetChildrenCore Metoda

Definicja

Pobiera kolekcję elementów podrzędnych skojarzonych FrameworkContentElement z tym DocumentAutomationPeerelementem . Ta metoda jest wywoływana przez 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)

Zwraca

Ponieważ DocumentAutomationPeer zapewnia dostęp do jej zawartości za pośrednictwem TextPatternmetody , ta metoda zawsze zwraca wartość null.

Dotyczy

Zobacz też