Share via


UICollectionViewLayout.GetIndexPathsToInsertForSupplementaryView Method

Definition

[Foundation.Export("indexPathsToInsertForSupplementaryViewOfKind:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSIndexPath[] GetIndexPathsToInsertForSupplementaryView(Foundation.NSString kind);
[<Foundation.Export("indexPathsToInsertForSupplementaryViewOfKind:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetIndexPathsToInsertForSupplementaryView : Foundation.NSString -> Foundation.NSIndexPath[]
override this.GetIndexPathsToInsertForSupplementaryView : Foundation.NSString -> Foundation.NSIndexPath[]

Parameters

kind
NSString

Returns

Attributes

Applies to