Compartir a través de


UICollectionViewSource.GetCell(UICollectionView, NSIndexPath) Método

Definición

Recupera uiCollectionViewCell en el NSIndexPath especificado.

[Foundation.Export("collectionView:cellForItemAtIndexPath:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UICollectionViewCell GetCell (UIKit.UICollectionView collectionView, Foundation.NSIndexPath indexPath);
abstract member GetCell : UIKit.UICollectionView * Foundation.NSIndexPath -> UIKit.UICollectionViewCell
override this.GetCell : UIKit.UICollectionView * Foundation.NSIndexPath -> UIKit.UICollectionViewCell

Parámetros

collectionView
UICollectionView

Vista de colección que originó la solicitud.

indexPath
NSIndexPath

Devoluciones

Implementaciones

Atributos

Se aplica a