Sdílet prostřednictvím


TextElementAutomationPeer.GetChildrenCore Metoda

Definice

Získá kolekci podřízených TextElement prvků, které jsou přidruženy k tomuto TextElementAutomationPeer. Volal by 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)

Návraty

List<AutomationPeer>

null.

Poznámky

Vzhledem k tomu, že DocumentAutomationPeer poskytuje přístup k jeho obsahu prostřednictvím TextPattern, tato metoda vždy vrátí null.

Platí pro

Viz také