Visual.IsDescendantOf(DependencyObject) Yöntem

Tanım

Görsel nesnesinin, ata görsel nesnesinin alt öğesi olup olmadığını belirler.

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

Parametreler

ancestor
DependencyObject

türünde DependencyObjectbir değer.

Döndürülenler

Boolean

true görsel nesnesi öğesinin alt öğesiyse ancestor, değilse , false.

Şunlara uygulanır