UICollectionView.DequeueReusableCell Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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