AutomationPeer.GetChildrenCore Metoda

Definice

Při přepsání v odvozené třídě je volána GetChildren().

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

Návraty

List<AutomationPeer>

Kolekce podřízených prvků.

Platí pro

Viz také