AutomationPeer.GetChildrenCore Method

Definition

When overridden in a derived class, is called by 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)

Returns

The collection of child elements.

Applies to

See also