バージョン

IsDescendantOf(DependencyObject,DependencyObject) メソッド

子孫がポップアップ内にあっても、指定した ancestordescendant の視覚的な親であるかどうかを示します。
シンタックス
'宣言
 
Public Overloads Shared Function IsDescendantOf( _
   ByVal ancestor As DependencyObject, _
   ByVal descendant As DependencyObject _
) As Boolean
public static bool IsDescendantOf( 
   DependencyObject ancestor,
   DependencyObject descendant
)

パラメータ

ancestor
descendant の潜在的な祖先として考慮するための要素
descendant
ancestor の子であるかどうかを決定するために評価される要素

戻り値の型

descendantancestor のツリーにある場合 True。
参照