NSCollectionView.GetSupplementaryView(NSString, NSIndexPath) Method

Definition

[Foundation.Export("supplementaryViewForElementKind:atIndexPath:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual AppKit.INSCollectionViewElement GetSupplementaryView (Foundation.NSString elementKind, Foundation.NSIndexPath indexPath);
abstract member GetSupplementaryView : Foundation.NSString * Foundation.NSIndexPath -> AppKit.INSCollectionViewElement
override this.GetSupplementaryView : Foundation.NSString * Foundation.NSIndexPath -> AppKit.INSCollectionViewElement

Parameters

elementKind
NSString
indexPath
NSIndexPath

Returns

Attributes

Applies to