次の方法で共有


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

定義

によって指定されたセクションでレンダリングされる行の数を調べるには、テーブル ビューによって section呼び出されます。

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

パラメーター

tableView
UITableView
section
System.System.IntPtr System.nativeint

行を含むセクションのインデックス。

戻り値

System.System.IntPtr System.nativeint

インデックス sectionのセクション内の行数。

実装

属性

適用対象