Partilhar via


UICollectionView.DequeueReusableCell Método

Definição

Sobrecargas

DequeueReusableCell(NSString, NSIndexPath)

Retorna um novo ou reutilizado UICollectionReusableView.

DequeueReusableCell(String, NSIndexPath)

Retorna um novo ou reutilizado UICollectionReusableView.

DequeueReusableCell(NSString, NSIndexPath)

Retorna um novo ou reutilizado UICollectionReusableView.

[Foundation.Export("dequeueReusableCellWithReuseIdentifier:forIndexPath:")]
public virtual UIKit.UICollectionReusableView DequeueReusableCell (Foundation.NSString reuseIdentifier, Foundation.NSIndexPath indexPath);
abstract member DequeueReusableCell : Foundation.NSString * Foundation.NSIndexPath -> UIKit.UICollectionReusableView
override this.DequeueReusableCell : Foundation.NSString * Foundation.NSIndexPath -> UIKit.UICollectionReusableView

Parâmetros

reuseIdentifier
NSString

Um identificador de reutilização específico do tipo para a célula desejada.

indexPath
NSIndexPath

O NSIndexPath que indica a seção e o índice de item do desejado UICollectionViewCell.

Retornos

Um UICollectionReusableView que é recém-alocado ou reciclado da fila de reutilização.

Atributos

Aplica-se a

DequeueReusableCell(String, NSIndexPath)

Retorna um novo ou reutilizado UICollectionReusableView.

public UIKit.UICollectionReusableView DequeueReusableCell (string reuseIdentifier, Foundation.NSIndexPath indexPath);
member this.DequeueReusableCell : string * Foundation.NSIndexPath -> UIKit.UICollectionReusableView

Parâmetros

reuseIdentifier
String
indexPath
NSIndexPath

Retornos

Aplica-se a