UICollectionView.GetLayoutAttributesForItem(NSIndexPath) 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 les informations de disposition pour le spécifié UICollectionViewCell.
[Foundation.Export("layoutAttributesForItemAtIndexPath:")]
public virtual UIKit.UICollectionViewLayoutAttributes GetLayoutAttributesForItem (Foundation.NSIndexPath indexPath);
abstract member GetLayoutAttributesForItem : Foundation.NSIndexPath -> UIKit.UICollectionViewLayoutAttributes
override this.GetLayoutAttributesForItem : Foundation.NSIndexPath -> UIKit.UICollectionViewLayoutAttributes
Paramètres
- indexPath
- NSIndexPath
NSIndexPath indiquant la cellule souhaitée en cours de mise en place.
Retours
Objet UICollectionViewLayoutAttributes spécifiant des attributs de disposition. Retourne null
si le indexPath
spécifie un index inexistant.
- Attributs