Share via


NSCollectionViewLayoutAttributes.CreateForSupplementaryView Method

Definition

[Foundation.Export("layoutAttributesForSupplementaryViewOfKind:withIndexPath:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static AppKit.NSCollectionViewLayoutAttributes CreateForSupplementaryView(Foundation.NSString elementKind, Foundation.NSIndexPath indexPath);
[<Foundation.Export("layoutAttributesForSupplementaryViewOfKind:withIndexPath:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member CreateForSupplementaryView : Foundation.NSString * Foundation.NSIndexPath -> AppKit.NSCollectionViewLayoutAttributes

Parameters

elementKind
NSString
indexPath
NSIndexPath

Returns

Attributes

Applies to