バージョン

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

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

パラメータ

descendant
type
allowSubclassOfType
stopAtVisual
stopAtType

戻り値の型

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