Freigeben über


UICollectionViewController.GetCell(UICollectionView, NSIndexPath) Methode

Definition

Ruft die UICollectionViewCell am angegebenen Index ab.

[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

Parameter

collectionView
UICollectionView

Von diesem Ansichtscontroller verwaltete Sammlungsansicht.

indexPath
NSIndexPath

Indexpfad für das betroffene Element.

Gibt zurück

Die UICollectionViewCell , die von diesem Ansichtscontroller verwaltet wird.

Implementiert

Attribute

Gilt für: