Visual.IsDescendantOf(DependencyObject) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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
true
se l’oggetto visivo è un discendente di ancestor
; in caso contrario false
.