共用方式為


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 處區段中的資料列數目。

實作

屬性

適用於