Visual3D.IsAncestorOf(DependencyObject) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷視覺物件是否為子系視覺物件的祖系。
public:
bool IsAncestorOf(System::Windows::DependencyObject ^ descendant);
public bool IsAncestorOf (System.Windows.DependencyObject descendant);
member this.IsAncestorOf : System.Windows.DependencyObject -> bool
Public Function IsAncestorOf (descendant As DependencyObject) As Boolean
參數
- descendant
- DependencyObject
可能是子系的視覺物件。
傳回
如果視覺物件是 descendant
的祖系則為 true
,否則為 false
。