Aracılığıyla paylaş


IViewAutomationPeer.GetChildren(List<AutomationPeer>) Yöntem

Tanım

Belirtilen UI Otomasyonu eşinin anlık alt öğelerinin koleksiyonunu alır.

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)

Parametreler

children
List<AutomationPeer>

Liste öğelerinin otomasyon eşleri.

Döndürülenler

Denetimdeki tüm öğeler için otomasyon eşleri. Görünüm, liste öğelerine ek olarak etkileşimli veya bilgilendirilebilir öğeler içeriyorsa, bu öğelerin otomasyon eşleri listeye eklenmelidir.

Şunlara uygulanır

Ayrıca bkz.