次の方法で共有


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

フッターが追加されるセクション インデックス。

戻り値

適用対象