共用方式為


IUITableViewDataSource.RowsInSection(UITableView, nint) 方法

定義

指定區段中的資料列數目。

[Foundation.Export("tableView:numberOfRowsInSection:")]
[Foundation.Preserve(Conditional=true)]
public 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
屬性

適用於