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

需要页脚显示的节的索引。

返回

适用于