Поделиться через


IUICollectionViewDataSource.GetCell(UICollectionView, NSIndexPath) Метод

Определение

Возвращает ячейку.

[Foundation.Export("collectionView:cellForItemAtIndexPath:")]
[Foundation.Preserve(Conditional=true)]
public UIKit.UICollectionViewCell GetCell (UIKit.UICollectionView collectionView, Foundation.NSIndexPath indexPath);
abstract member GetCell : UIKit.UICollectionView * Foundation.NSIndexPath -> UIKit.UICollectionViewCell

Параметры

collectionView
UICollectionView

Представление коллекции, в которое поступил запрос.

indexPath
NSIndexPath

Возвращаемое значение

Ячейка представления коллекции.

Атрибуты

Применяется к