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