次の方法で共有


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

戻り値

属性

適用対象