UIView.Superview Propriété
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.
public virtual UIKit.UIView Superview { [Foundation.Export("superview")] get; }
member this.Superview : UIKit.UIView
Valeur de propriété
La valeur par défaut est null
.
- Attributs
Remarques
Cette valeur peut être null
, indiquant que le UIView n’est pas contenu dans la hiérarchie d’affichage d’un autre UIView.