Visual.IsDescendantOf(DependencyObject) Metodo

Definizione

Determina se l'oggetto visivo è un discendente dell'oggetto visivo predecessore.

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

Parametri

ancestor
DependencyObject

Valore di tipo DependencyObject.

Restituisce

Boolean

true se l’oggetto visivo è un discendente di ancestor; in caso contrario false.

Si applica a