IViewAutomationPeer.GetChildren(List<AutomationPeer>) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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.