IViewAutomationPeer.GetChildren(List<AutomationPeer>) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得指定之消費者介面自動化對等之立即子專案的集合。
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>
清單項目的自動化對等。
傳回
控制項中所有項目的自動化對等。 如果檢視中除了清單項目 (Item) 之外還包含互動或資訊項目 (Element),則必須將這些項目 (Element) 的自動化對等加入清單中。