UICollectionViewLayout.GetIndexPathsToInsertForDecorationView 方法

定义

NSIndexPaths 数组,指示要添加的修饰视图。

[Foundation.Export("indexPathsToInsertForDecorationViewOfKind:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual Foundation.NSIndexPath[] GetIndexPathsToInsertForDecorationView (Foundation.NSString kind);
abstract member GetIndexPathsToInsertForDecorationView : Foundation.NSString -> Foundation.NSIndexPath[]
override this.GetIndexPathsToInsertForDecorationView : Foundation.NSString -> Foundation.NSIndexPath[]

参数

kind
NSString

返回

属性

适用于