Partager via


IUICollectionViewDataSource.GetCell(UICollectionView, NSIndexPath) Méthode

Définition

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

S’applique à