Share via


NSCollectionViewLayout.GetLayoutAttributesForSupplementaryView Method

Definition

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

Parameters

elementKind
NSString
indexPath
NSIndexPath

Returns

Attributes

Applies to