UICollectionElementCategory Énumération
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.
Énumération des valeurs utilisées par RepresentedElementCategory.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UICollectionElementCategory
type UICollectionElementCategory =
- Héritage
-
UICollectionElementCategory
- Attributs
Champs
Cell | 0 | Le associé UIView est une cellule dans un UICollectionView. |
DecorationView | 2 | Le associé UIView est une décoration dans un UICollectionView. |
SupplementaryView | 1 | Le associé UIView est un champ dans un UICollectionView. |