共用方式為


UICollectionViewLayout.GetIndexPathsToInsertForSupplementaryView 方法

定義

索引路徑陣列,指出要加入的增補檢視。

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

參數

kind
NSString

傳回

屬性

適用於