UITableViewSource.TitleForHeader(UITableView, nint) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
呼叫 以填入指定區段的標頭。
[Foundation.Export("tableView:titleForHeaderInSection:")]
public virtual string TitleForHeader (UIKit.UITableView tableView, nint section);
abstract member TitleForHeader : UIKit.UITableView * nint -> string
override this.TitleForHeader : UIKit.UITableView * nint -> string
參數
- tableView
- UITableView
包含 區段的資料表檢視。
- section
- System.System.IntPtr System.nativeint
顯示標頭之區段的索引。
傳回
要顯示在區段標頭中的文字,如果沒有標題,則 null
為 。
- 屬性
備註
資料表檢視使用區段標頭的固定樣式。 若要自訂標頭的外觀,請從 GetViewForHeader(UITableView, nint) 傳回自訂檢視,而不是實作此方法。
宣告于 [UITableViewDataSource]