Condividi tramite


GridViewAutomationPeer.IViewAutomationPeer.GetChildren Metodo

Definizione

Ottiene la raccolta di elementi figlio immediati dell'Automazione interfaccia utente peer specificato.

 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

Parametri

children
List<AutomationPeer>

Insieme di oggetti figlio che si desidera ottenere.

Restituisce

Insieme di oggetti figlio.

Implementazioni

Commenti

Questo membro è un’implementazione esplicita di un membro di interfaccia. Può essere utilizzato solo quando si esegue il cast dell'istanza GridViewAutomationPeer a un'interfaccia IViewAutomationPeer.

Si applica a