指定された親内にある指定された型のすべての子ビジュアルオブジェクトを返します。
シンタックス
'宣言
Public Shared Sub GetChildrenOfType( _
ByVal As System.Windows.DependencyObject, _
ByVal As System.Type, _
ByRef As System.Collections.Generic.IList(Of DependencyObject) _
)
public static void GetChildrenOfType(
System.Windows.DependencyObject ,
System.Type ,
ref System.Collections.Generic.IList<DependencyObject>
)
パラメータ
- reference
- System.Windows.DependencyObject として参照される親ビジュアルオブジェクト。
- type
- 検索する子要素の System.Type。
- list
- 見つかったオブジェクトが格納された System.Collections.Generic.IList`1 オブジェクト。
参照