UITableViewDataSource_Extensions.TitleForHeader 方法

定义

调用 以填充指定节的标头。

public static string TitleForHeader (this UIKit.IUITableViewDataSource This, UIKit.UITableView tableView, nint section);
static member TitleForHeader : UIKit.IUITableViewDataSource * UIKit.UITableView * nint -> string

参数

This
IUITableViewDataSource

此扩展方法在其上运行的实例。

tableView
UITableView

包含 节的表视图。

section
System.System.IntPtr System.nativeint

显示标头的节的索引。

返回

适用于