共用方式為


UITableViewDelegate_Extensions.GetViewForFooter 方法

定義

用於指定區段頁尾的檢視。

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

將新增頁尾的區段索引。

傳回

適用於