Visual3D.IsDescendantOf(DependencyObject) メソッド

定義

ビジュアル オブジェクトが先祖ビジュアル オブジェクトの子孫であるかどうかを判断します。

public:
 bool IsDescendantOf(System::Windows::DependencyObject ^ ancestor);
public bool IsDescendantOf(System.Windows.DependencyObject ancestor);
member this.IsDescendantOf : System.Windows.DependencyObject -> bool
Public Function IsDescendantOf (ancestor As DependencyObject) As Boolean

パラメーター

ancestor
DependencyObject

可能な先祖であるビジュアル オブジェクト。

返品

ビジュアル オブジェクトが の子孫である場合は 。それ以外の場合は。

適用対象