UITableViewDelegate_Extensions.GetViewForFooter 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
用於指定區段頁尾的檢視。
public static UIKit.UIView GetViewForFooter (this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, nint section);
static member GetViewForFooter : UIKit.IUITableViewDelegate * UIKit.UITableView * nint -> UIKit.UIView
參數
- This
- IUITableViewDelegate
這個擴充方法運作所在的實例。
- tableView
- UITableView
包含 區段的資料表檢視。
- section
- System.System.IntPtr System.nativeint
將新增頁尾的區段索引。