Share via


UICollectionView.DequeueConfiguredReusableSupplementaryView Method

Definition

[Foundation.Export("dequeueConfiguredReusableSupplementaryViewWithRegistration:forIndexPath:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UICollectionReusableView DequeueConfiguredReusableSupplementaryView(UIKit.UICollectionViewSupplementaryRegistration registration, Foundation.NSIndexPath indexPath);
[<Foundation.Export("dequeueConfiguredReusableSupplementaryViewWithRegistration:forIndexPath:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DequeueConfiguredReusableSupplementaryView : UIKit.UICollectionViewSupplementaryRegistration * Foundation.NSIndexPath -> UIKit.UICollectionReusableView
override this.DequeueConfiguredReusableSupplementaryView : UIKit.UICollectionViewSupplementaryRegistration * Foundation.NSIndexPath -> UIKit.UICollectionReusableView

Parameters

indexPath
NSIndexPath

Returns

Attributes

Applies to