ItemAutomationPeer.GetChildrenCore Método

Definição

Obtém a coleção de elementos filho do UIElement que corresponde ao item de dados na coleção Items que está associado a este ItemAutomationPeer.

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.

Comentários

Este método é chamado por GetChildren.

Aplica-se a

Confira também