共用方式為


UITableViewDelegate_Extensions.GetHeightForFooter 方法

定義

指定區段的頁尾高度。

public static nfloat GetHeightForFooter (this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, nint section);
static member GetHeightForFooter : UIKit.IUITableViewDelegate * UIKit.UITableView * nint -> nfloat

參數

This
IUITableViewDelegate

這個擴充方法運作所在的 實例。

tableView
UITableView

資料表檢視。

section
System.System.IntPtr System.nativeint

需要頁尾顯示之區段的索引。

傳回

適用於