UITableViewDelegate_Extensions.GetViewForFooter メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したセクションのフッターに使用されるビュー。
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
フッターが追加されるセクション インデックス。