Visual3D.FindCommonVisualAncestor(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.
Retourne l'ancêtre commun de l'objet visuel et d'un autre objet visuel spécifié.
public:
System::Windows::DependencyObject ^ FindCommonVisualAncestor(System::Windows::DependencyObject ^ otherVisual);
public System.Windows.DependencyObject FindCommonVisualAncestor (System.Windows.DependencyObject otherVisual);
member this.FindCommonVisualAncestor : System.Windows.DependencyObject -> System.Windows.DependencyObject
Public Function FindCommonVisualAncestor (otherVisual As DependencyObject) As DependencyObject
Paramètres
- otherVisual
- DependencyObject
Objet visuel sur lequel la recherche de l'ancêtre commun doit porter.
Retours
Ancêtre commun de l'objet visuel actif et otherVisual
ou null
si aucun ancêtre commun n'est trouvé.