UICollectionView.DequeueReusableCell Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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