Share via


UICollectionViewDataSource_Extensions.GetViewForSupplementaryElement Method

Definition

The reusable view used for the supplementary element at the specified indexPath.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.UICollectionReusableView GetViewForSupplementaryElement(this UIKit.IUICollectionViewDataSource This, UIKit.UICollectionView collectionView, Foundation.NSString elementKind, Foundation.NSIndexPath indexPath);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetViewForSupplementaryElement : UIKit.IUICollectionViewDataSource * UIKit.UICollectionView * Foundation.NSString * Foundation.NSIndexPath -> UIKit.UICollectionReusableView

Parameters

collectionView
UICollectionView

The collection view that originated the request.

elementKind
NSString
indexPath
NSIndexPath

Returns

Attributes

Applies to