UICollectionView.DequeueConfiguredReusableCell Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("dequeueConfiguredReusableCellWithRegistration:forIndexPath:item:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UICollectionViewCell DequeueConfiguredReusableCell(UIKit.UICollectionViewCellRegistration registration, Foundation.NSIndexPath indexPath, Foundation.NSObject item);
[<Foundation.Export("dequeueConfiguredReusableCellWithRegistration:forIndexPath:item:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DequeueConfiguredReusableCell : UIKit.UICollectionViewCellRegistration * Foundation.NSIndexPath * Foundation.NSObject -> UIKit.UICollectionViewCell
override this.DequeueConfiguredReusableCell : UIKit.UICollectionViewCellRegistration * Foundation.NSIndexPath * Foundation.NSObject -> UIKit.UICollectionViewCell
Parameters
- registration
- UICollectionViewCellRegistration
- indexPath
- NSIndexPath
- item
- NSObject
Returns
- Attributes