UICollectionViewDataSource.GetCell(UICollectionView, 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.
Cellule au niveau de l’indexPath spécifié.
[Foundation.Export("collectionView:cellForItemAtIndexPath:")]
public abstract UIKit.UICollectionViewCell GetCell (UIKit.UICollectionView collectionView, Foundation.NSIndexPath indexPath);
abstract member GetCell : UIKit.UICollectionView * Foundation.NSIndexPath -> UIKit.UICollectionViewCell
Paramètres
- collectionView
- UICollectionView
Vue de collection à l’origine de la demande.
- indexPath
- NSIndexPath
Retours
Implémente
- Attributs