Udostępnij za pośrednictwem


IViewAutomationPeer.GetChildren(List<AutomationPeer>) Metoda

Definicja

Pobiera kolekcję natychmiastowych elementów podrzędnych określonego elementu równorzędnego automatyzacja interfejsu użytkownika.

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

Parametry

children
List<AutomationPeer>

Elementy listy są elementami równorzędnymi automatyzacji.

Zwraca

Elementy równorzędne automatyzacji dla wszystkich elementów w kontrolce. Jeśli widok zawiera elementy interaktywne lub informacyjne oprócz elementów listy, element równorzędny automatyzacji dla tych elementów należy dodać do listy.

Dotyczy

Zobacz też