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


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

Определение

Извлекает UICollectionViewCell в указанном NSIndexPath.

[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

Параметры

collectionView
UICollectionView

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

indexPath
NSIndexPath

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

Реализации

Атрибуты

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