UICollectionViewController.GetCell(UICollectionView, NSIndexPath) Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
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