UIView.IsDescendantOfView(UIView) 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 true
si this
UIView est dans la view
hiérarchie d’affichage de .
[Foundation.Export("isDescendantOfView:")]
public virtual bool IsDescendantOfView (UIKit.UIView view);
abstract member IsDescendantOfView : UIKit.UIView -> bool
override this.IsDescendantOfView : UIKit.UIView -> bool
Paramètres
Retours
Retourne true
si est view
identique à this
ou si est view
un ancêtre de this
.
- Attributs
Remarques
Un UIView est un descendant d’un autre view
si les vues sont identiques ou si le view
peut être atteint en récupérant à plusieurs reprises la Superview propriété. Cela revient à spécifier qui this
UIView se trouve dans view
la hiérarchie de l’affichage.