バージョン

VisualDescendantsOfType<T> メソッド

所定の親 FrameworkElement の下の一定の Type のビジュアル下位をすべて取得します。
シンタックス
'宣言
 
Public Shared Function VisualDescendantsOfType(Of T As FrameworkElement)( _
   ByVal ele As FrameworkElement _
) As IEnumerable(Of T)
public static IEnumerable<T> VisualDescendantsOfType<T>( 
   FrameworkElement ele
)
where T: FrameworkElement

パラメータ

ele
その配下を検索する親 FrameworkElement。

型パラメータ

T
検索するビジュアル下位の Type。

戻り値の型

所定の親 FrameworkElement の下の、所定のタイプのすべてのビジュアル下位の列挙リスト。
参照