次の方法で共有


UITableViewController.GetViewForFooter(UITableView, nint) メソッド

定義

フッターに使用される UIView。

[Foundation.Export("tableView:viewForFooterInSection:")]
public virtual UIKit.UIView GetViewForFooter (UIKit.UITableView tableView, nint section);
abstract member GetViewForFooter : UIKit.UITableView * nint -> UIKit.UIView
override this.GetViewForFooter : UIKit.UITableView * nint -> UIKit.UIView

パラメーター

tableView
UITableView
section
System.System.IntPtr System.nativeint

戻り値

属性

適用対象