IUICollectionViewDataSource.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.
Obtient une cellule.
[Foundation.Export("collectionView:cellForItemAtIndexPath:")]
[Foundation.Preserve(Conditional=true)]
public 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
Cellule d’affichage de collection.
- Attributs