Visual3D.IsDescendantOf(DependencyObject) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ビジュアル オブジェクトが先祖ビジュアル オブジェクトの子孫であるかどうかを判断します。
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
可能な先祖であるビジュアル オブジェクト。