バージョン

GetDescendantFromType(DependencyObject,Type,Boolean) メソッド

タイプに基づいて子孫の親を取得します。
シンタックス
'宣言
 
Public Overloads Shared Function GetDescendantFromType( _
   ByVal parent As DependencyObject, _
   ByVal type As Type, _
   ByVal allowSubclassOfType As Boolean _
) As DependencyObject
public static DependencyObject GetDescendantFromType( 
   DependencyObject parent,
   Type type,
   bool allowSubclassOfType
)

パラメータ

parent
子孫が検索される DependencyObject。
type
検索される子孫のタイプ
allowSubclassOfType
type のサブクラスが考慮される場合は True。

戻り値の型

指定されたタイプの子孫の親、または見つからない場合は null。
参照