Partager via


UICollectionView.IndexPathForCell(UICollectionViewCell) Méthode

Définition

Retourne le NSIndexPath pour le cell.

[Foundation.Export("indexPathForCell:")]
public virtual Foundation.NSIndexPath IndexPathForCell (UIKit.UICollectionViewCell cell);
abstract member IndexPathForCell : UIKit.UICollectionViewCell -> Foundation.NSIndexPath
override this.IndexPathForCell : UIKit.UICollectionViewCell -> Foundation.NSIndexPath

Paramètres

cell
UICollectionViewCell

UICollectionViewCell pour lequel l’index est souhaité.

Retours

NSIndexPath du UICollectionViewCell spécifié. Retourne null f que la cellule ne se trouve pas dans ce UICollectionView

Attributs

S’applique à