共用方式為


UICollectionViewLayout.GetIndexPathsToDeleteForDecorationViewOfKind 方法

定義

NSIndexPaths 的陣列,指出要移除的裝飾檢視。

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

參數

kind
NSString

傳回

屬性

適用於