次の方法で共有


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

フッターの表示を必要とするセクションのインデックス。

戻り値

適用対象