次の方法で共有


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

定義

指定したセクション内の行数。

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

パラメーター

tableView
UITableView
section
System.System.IntPtr System.nativeint

戻り値

System.System.IntPtr System.nativeint

実装

属性

適用対象