AutomationPeer.GetChildren メソッド

定義

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

public:
 virtual IVector<AutomationPeer ^> ^ GetChildren() = GetChildren;
IVector<AutomationPeer> GetChildren();
public IList<AutomationPeer> GetChildren();
function getChildren()
Public Function GetChildren () As IList(Of AutomationPeer)

戻り値

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

適用対象