AutomationPeer.GetChildrenCore Método

Definição

Quando substituído em uma classe derivada, é chamado por 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)

Retornos

List<AutomationPeer>

A coleção de elementos filho.

Aplica-se a

Confira também