Condividi tramite


UICollectionView.DequeueReusableCell Metodo

Definizione

Overload

DequeueReusableCell(NSString, NSIndexPath)

Restituisce un oggetto nuovo o riutilizzato UICollectionReusableView.

DequeueReusableCell(String, NSIndexPath)

Restituisce un oggetto nuovo o riutilizzato UICollectionReusableView.

DequeueReusableCell(NSString, NSIndexPath)

Restituisce un oggetto nuovo o riutilizzato 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

Parametri

reuseIdentifier
NSString

Identificatore di riutilizzo specifico del tipo per la cella desiderata.

indexPath
NSIndexPath

Oggetto NSIndexPath che indica la sezione e l'indice dell'elemento dell'oggetto desiderato UICollectionViewCell.

Restituisce

Oggetto UICollectionReusableView appena allocato o riciclato dalla coda di riutilizzo.

Attributi

Si applica a

DequeueReusableCell(String, NSIndexPath)

Restituisce un oggetto nuovo o riutilizzato UICollectionReusableView.

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

Parametri

reuseIdentifier
String
indexPath
NSIndexPath

Restituisce

Si applica a