Bagikan melalui


UICollectionViewController.GetCell(UICollectionView, NSIndexPath) Metode

Definisi

Mengambil UICollectionViewCell pada indeks yang ditentukan.

[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

Tampilan koleksi dikelola oleh pengontrol tampilan ini.

indexPath
NSIndexPath

Jalur indeks untuk item yang terpengaruh.

Mengembalikan

UICollectionViewCell yang dikelola oleh pengontrol tampilan ini.

Penerapan

Atribut

Berlaku untuk