バージョン

IsDescendantOf(DependencyObject,DependencyObject,Boolean) メソッド

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

パラメータ

ancestor
descendant の潜在的な祖先として考慮するための要素
descendant
ancestor の子であるかどうかを決定するために評価される要素
preferLogicalTree
祖先チェーンを実行する時に論理ツリーを優先するかどうかを示すブール値。

戻り値の型

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