次の方法で共有


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
属性

適用対象