Поделиться через


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[]
Атрибуты

Применяется к