バージョン

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

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

パラメータ

descendant
type
allowSubclassOfType

戻り値の型

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