다음을 통해 공유


UICollectionViewDataSource.GetIndexTitles(UICollectionView) 메서드

정의

지정된 컬렉션 뷰의 항목에 대한 인덱스 제목을 요청합니다.

[Foundation.Export("indexTitlesForCollectionView:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 3, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 2, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual string[] GetIndexTitles (UIKit.UICollectionView collectionView);
abstract member GetIndexTitles : UIKit.UICollectionView -> string[]
override this.GetIndexTitles : UIKit.UICollectionView -> string[]

매개 변수

collectionView
UICollectionView

요청을 시작한 컬렉션 뷰입니다.

반환

String[]
특성

적용 대상