Compartilhar via


UITableViewDataSource_Extensions.SectionIndexTitles Método

Definição

Retorna uma matriz de títulos a serem exibidos como um índice na exibição de tabela.

[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[]

Parâmetros

This
IUITableViewDataSource

A instância na qual esse método de extensão opera.

tableView
UITableView

Exibição de tabela que está exibindo o índice.

Retornos

String[]
Atributos

Aplica-se a