UICollectionViewController.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.
Recupera o UICollectionViewCell no índice especificado.
[Foundation.Export("collectionView:cellForItemAtIndexPath:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UICollectionViewCell GetCell (UIKit.UICollectionView collectionView, Foundation.NSIndexPath indexPath);
abstract member GetCell : UIKit.UICollectionView * Foundation.NSIndexPath -> UIKit.UICollectionViewCell
override this.GetCell : UIKit.UICollectionView * Foundation.NSIndexPath -> UIKit.UICollectionViewCell
Parâmetros
- collectionView
- UICollectionView
Exibição de coleção gerenciada por esse controlador de exibição.
- indexPath
- NSIndexPath
Caminho de índice para o item afetado.
Retornos
O UICollectionViewCell gerenciado por esse controlador de exibição.
Implementações
- Atributos