Partilhar via


UICollectionViewController.GetCell(UICollectionView, NSIndexPath) Método

Definição

Recupera o UICollectionViewCell no índice 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

Exibição de coleção gerenciada por esse controlador de exibição.

indexPath
NSIndexPath

Caminho de índice para o item afetado.

Retornos

O UICollectionViewCell gerenciado por esse controlador de exibição.

Implementações

Atributos

Aplica-se a