Basic Library for WPF/Silverlight
GetChildrenOfType メソッド (VTreeHelper)

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

パラメータ

reference
System.Windows.DependencyObjectとして参照される親ビジュアルオブジェクト。
type
検索する子要素の System.Type
list
見つかったオブジェクトが格納された System.Collections.Generic.IList`1オブジェクト。
参照

VTreeHelper クラス
VTreeHelper メンバ