AutomationPeer.GetChildrenCore メソッド

定義

Microsoft UI オートメーション クライアントが GetChildren または同等の Microsoft UI オートメーション クライアント API を呼び出すときのピアの動作を提供します。

protected:
 virtual IVector<AutomationPeer ^> ^ GetChildrenCore() = GetChildrenCore;
IVector<AutomationPeer> GetChildrenCore();
protected virtual IList<AutomationPeer> GetChildrenCore();
function getChildrenCore()
Protected Overridable Function GetChildrenCore () As IList(Of AutomationPeer)

戻り値

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

注釈

基本実装は null を返します。 項目コレクションを持つコントロールを表すピアは、この結果をオーバーライドできます。 使用またはオーバーライドしているピアの動作をテストし、その動作を変更する場合は GetChildrenCore をオーバーライドします。

適用対象

こちらもご覧ください