共用方式為


IViewAutomationPeer.GetChildren(List<AutomationPeer>) 方法

定義

取得指定之消費者介面自動化對等之立即子專案的集合。

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>

清單項目的自動化對等。

傳回

List<AutomationPeer>

控制項中所有項目的自動化對等。 如果檢視中除了清單項目 (Item) 之外還包含互動或資訊項目 (Element),則必須將這些項目 (Element) 的自動化對等加入清單中。

適用於

另請參閱