Compartilhar via


UICollectionViewSource.GetCell(UICollectionView, NSIndexPath) Método

Definição

Recupera o UICollectionViewCell no NSIndexPath 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

A exibição de coleção que originou a solicitação.

indexPath
NSIndexPath

Retornos

Implementações

Atributos

Aplica-se a