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

適用対象