IViewAutomationPeer.GetChildren(List<AutomationPeer>) 方法

定义

获取指定UI 自动化对等的直接子元素的集合。

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)

参数

children
List<AutomationPeer>

列表项的自动化同级。

返回

控件中所有项的自动化同级。 如果视图中除了列表项之外还包含交互式或信息性元素,则必须将这些元素的自动化同级添加到列表中。

适用于

另请参阅