指定された型のビジュアルオブジェクトの親を表す System.Windows.DependencyObject 値を返します。このメソッドは、目的の親要素が見つかるか、親要素が null になるまで、ビジュアルツリーを検索します。
シンタックス
'宣言
Public Overloads Shared Function GetParentOfType( _
ByVal As System.Windows.DependencyObject, _
ByVal As System.Type _
) As System.Windows.DependencyObject
public static System.Windows.DependencyObject GetParentOfType(
System.Windows.DependencyObject ,
System.Type
)
パラメータ
- reference
- 親を返すビジュアルオブジェクト。
- type
- 検索する子要素の System.Type。
戻り値の型
ビジュアルオブジェクトの親。
参照