UITableViewDelegate_Extensions.GetHeightForHeader 方法

定义

指定节的标头的高度。

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

参数

This
IUITableViewDelegate

此扩展方法在其上运行的实例。

tableView
UITableView

表视图。

section
System.System.IntPtr System.nativeint

需要标头显示的节的索引。

返回

适用于