AutomationPeer.GetChildren Metoda

Definicja

Pobiera kolekcję elementów reprezentowanych GetChildren() w drzewie automatyzacja interfejsu użytkownika jako natychmiastowe elementy podrzędne elementu równorzędnego automatyzacji.

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)

Zwraca

List<AutomationPeer>

Kolekcja elementów podrzędnych.

Wyjątki

Obecnie trwa publiczne wywołanie tej metody.

Dotyczy

Zobacz też