UITableViewDelegate.GetViewForHeader(UITableView, nint) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回在指定區段開頭顯示的檢視物件。
[Foundation.Export("tableView:viewForHeaderInSection:")]
public virtual UIKit.UIView GetViewForHeader (UIKit.UITableView tableView, nint section);
abstract member GetViewForHeader : UIKit.UITableView * nint -> UIKit.UIView
override this.GetViewForHeader : UIKit.UITableView * nint -> UIKit.UIView
參數
- tableView
- UITableView
包含 區段的資料表檢視。
- section
- System.System.IntPtr System.nativeint
將新增標頭的區段索引。
傳回
要顯示在指定 section
開頭的檢視。
- 屬性
備註
UILabel可以是 或 UIImageView 自訂檢視。 此方法也需要 GetHeightForHeader(UITableView, nint) 實作。