UICollectionView.GetLayoutAttributesForItem(NSIndexPath) Méthode

Définition

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

S’applique à