GridViewAutomationPeer.IViewAutomationPeer.GetChildren Método

Definição

Obtém a coleção de elementos filho imediatos do par Automação da Interface do Usuário especificado.

 virtual System::Collections::Generic::List<System::Windows::Automation::Peers::AutomationPeer ^> ^ System.Windows.Automation.Peers.IViewAutomationPeer.GetChildren(System::Collections::Generic::List<System::Windows::Automation::Peers::AutomationPeer ^> ^ children) = System::Windows::Automation::Peers::IViewAutomationPeer::GetChildren;
System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer> IViewAutomationPeer.GetChildren (System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer> children);
abstract member System.Windows.Automation.Peers.IViewAutomationPeer.GetChildren : System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer> -> System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer>
override this.System.Windows.Automation.Peers.IViewAutomationPeer.GetChildren : System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer> -> System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer>
Function GetChildren (children As List(Of AutomationPeer)) As List(Of AutomationPeer) Implements IViewAutomationPeer.GetChildren

Parâmetros

children
List<AutomationPeer>

Coleção de objetos filho que você deseja obter.

Retornos

List<AutomationPeer>

Coleção de objetos filho.

Implementações

Comentários

Este membro é uma implementação do membro de interface explícita. Ele só pode ser usado quando a instância de GridViewAutomationPeer é convertida em uma interface de IViewAutomationPeer.

Aplica-se a