共用方式為


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

傳回

屬性

適用於