Share via


UICollectionView.GetSupplementaryView(NSString, NSIndexPath) Method

Definition

[Foundation.Export("supplementaryViewForElementKind:atIndexPath:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UICollectionReusableView? GetSupplementaryView(Foundation.NSString elementKind, Foundation.NSIndexPath indexPath);
[<Foundation.Export("supplementaryViewForElementKind:atIndexPath:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetSupplementaryView : Foundation.NSString * Foundation.NSIndexPath -> UIKit.UICollectionReusableView
override this.GetSupplementaryView : Foundation.NSString * Foundation.NSIndexPath -> UIKit.UICollectionReusableView

Parameters

elementKind
NSString
indexPath
NSIndexPath

Returns

Attributes

Applies to