ContentElementAutomationPeer.GetChildrenCore Método

Definição

Obtém a coleção de elementos filho do ContentElement associado a este ContentElementAutomationPeer. Chamado por 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)

Retornos

List<AutomationPeer>

A coleção de elementos filho.

Aplica-se a

Confira também