Sdílet prostřednictvím


DocumentAutomationPeer.GetChildrenCore Metoda

Definice

Získá kolekci podřízených prvků pro FrameworkContentElement , který je přidružen k tomuto DocumentAutomationPeer. Tato metoda je volána .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>

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

Platí pro

Viz také