AutomationPeer.GetChildren Método

Definición

Obtiene la colección de los elementos de GetChildren() que están representados en el árbol de automatización de la interfaz de usuario como elementos secundarios inmediatos de la automatización del mismo nivel.

public:
 System::Collections::Generic::List<System::Windows::Automation::Peers::AutomationPeer ^> ^ GetChildren();
public System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer> GetChildren ();
member this.GetChildren : unit -> System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer>
Public Function GetChildren () As List(Of AutomationPeer)

Devoluciones

List<AutomationPeer>

Colección de elementos secundarios.

Excepciones

Se está realizando una llamada pública a este método.

Se aplica a

Consulte también