Share via


NSCollectionViewLayout.GetInitialLayoutAttributesForAppearingSupplementaryElement Method

Definition

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

Parameters

elementKind
NSString
elementIndexPath
NSIndexPath

Returns

Attributes

Applies to