다음을 통해 공유


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

반환

특성

적용 대상