UICollectionViewDataSource.GetCell(UICollectionView, NSIndexPath) 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.
A célula no indexPath especificado.
[Foundation.Export("collectionView:cellForItemAtIndexPath:")]
public abstract UIKit.UICollectionViewCell GetCell (UIKit.UICollectionView collectionView, Foundation.NSIndexPath indexPath);
abstract member GetCell : UIKit.UICollectionView * Foundation.NSIndexPath -> UIKit.UICollectionViewCell
Parâmetros
- collectionView
- UICollectionView
A exibição de coleção que originou a solicitação.
- indexPath
- NSIndexPath
Retornos
Implementações
- Atributos