Visual.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
型別 DependencyObject 的值。
傳回
如果視覺物件是 ancestor
的子系則為 true
,否則為 false
。