UITableViewDataSource_Extensions.SectionIndexTitles Метод

Определение

Возвращает массив заголовков, отображаемых в виде индекса в табличном представлении.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 2, ObjCRuntime.PlatformArchitecture.All, null)]
public static string[] SectionIndexTitles (this UIKit.IUITableViewDataSource This, UIKit.UITableView tableView);
static member SectionIndexTitles : UIKit.IUITableViewDataSource * UIKit.UITableView -> string[]

Параметры

This
IUITableViewDataSource

Экземпляр, с которым работает этот метод расширения.

tableView
UITableView

Представление таблицы, в котором отображается индекс.

Возвращаемое значение

String[]
Атрибуты

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