Compartir a través de


UICollectionView.DequeueReusableCell Método

Definición

Sobrecargas

DequeueReusableCell(NSString, NSIndexPath)

Devuelve un objeto nuevo o reutilizado UICollectionReusableView.

DequeueReusableCell(String, NSIndexPath)

Devuelve un objeto nuevo o reutilizado UICollectionReusableView.

DequeueReusableCell(NSString, NSIndexPath)

Devuelve un objeto nuevo o 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

Identificador de reutilización específico del tipo para la celda deseada.

indexPath
NSIndexPath

NSIndexPath que indica la sección y el índice de elemento del objeto deseadoUICollectionViewCell.

Devoluciones

que UICollectionReusableView se acaba de asignar o recicla de la cola de reutilización.

Atributos

Se aplica a

DequeueReusableCell(String, NSIndexPath)

Devuelve un objeto nuevo o 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

Devoluciones

Se aplica a