UICollectionView.IndexPathForCell(UICollectionViewCell) 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 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