TextElementAutomationPeer.GetChildrenCore Metoda

Definicja

Pobiera kolekcję elementów podrzędnych skojarzonych TextElement z tym TextElementAutomationPeerelementem . Wywoływane 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

null.

Uwagi

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

Dotyczy

Zobacz też