AutomationPeer.GetChildren メソッド

定義

UI オートメーション ツリーでオートメーション ピアの直接の子要素として表現される GetChildren() 要素のコレクションを取得します。

public:
 System::Collections::Generic::List<System::Windows::Automation::Peers::AutomationPeer ^> ^ GetChildren();
public System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer> GetChildren ();
member this.GetChildren : unit -> System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer>
Public Function GetChildren () As List(Of AutomationPeer)

戻り値

List<AutomationPeer>

子要素のコレクション。

例外

このメソッドのパブリック呼び出しが現在進行中です。

適用対象

こちらもご覧ください