'宣言 Public Overloads Shared Function GetParentOfType( _ ByVal reference As System.Windows.DependencyObject, _ ByVal type As System.Type, _ ByVal lookOutsideVisualTree As System.Boolean _ ) As System.Windows.DependencyObject
public static System.Windows.DependencyObject GetParentOfType( System.Windows.DependencyObject reference, System.Type type, System.bool lookOutsideVisualTree )
パラメータ
- reference
- 親を返すビジュアルオブジェクト。
- type
- 検索する子要素の System.Type。
- lookOutsideVisualTree
- VisualTree の外部で検索を続行するかどうかを指定します。
戻り値の型
ビジュアルオブジェクトの親。