Visual.IsDescendantOf(DependencyObject) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Détermine si l'objet visuel est un descendant de l'objet visuel ancêtre.
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
Paramètres
- ancestor
- DependencyObject
Valeur de type DependencyObject.
Retours
true
si l'objet visuel est un descendant d'ancestor
; sinon, false
.