Share via


UITableViewSource.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のセクション内の行数。

属性

注釈

[UITableViewDataSource] で宣言されています

適用対象