次の方法で共有


GridViewAutomationPeer.IViewAutomationPeer.GetChildren メソッド

定義

指定したUI オートメーション ピアの直接の子要素のコレクションを取得します。

 virtual System::Collections::Generic::List<System::Windows::Automation::Peers::AutomationPeer ^> ^ System.Windows.Automation.Peers.IViewAutomationPeer.GetChildren(System::Collections::Generic::List<System::Windows::Automation::Peers::AutomationPeer ^> ^ children) = System::Windows::Automation::Peers::IViewAutomationPeer::GetChildren;
System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer> IViewAutomationPeer.GetChildren (System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer> children);
abstract member System.Windows.Automation.Peers.IViewAutomationPeer.GetChildren : System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer> -> System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer>
override this.System.Windows.Automation.Peers.IViewAutomationPeer.GetChildren : System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer> -> System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer>
Function GetChildren (children As List(Of AutomationPeer)) As List(Of AutomationPeer) Implements IViewAutomationPeer.GetChildren

パラメーター

children
List<AutomationPeer>

取得する子オブジェクトのコレクション。

戻り値

子オブジェクトのコレクション。

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、GridViewAutomationPeer のインスタンスが IViewAutomationPeer インターフェイスにキャストされる場合のみ、使用できます。

適用対象