UITableViewController.NumberOfSections(UITableView) 方法

定义

UITableView 中的节数。

[Foundation.Export("numberOfSectionsInTableView:")]
public virtual nint NumberOfSections (UIKit.UITableView tableView);
abstract member NumberOfSections : UIKit.UITableView -> nint
override this.NumberOfSections : UIKit.UITableView -> nint

参数

tableView
UITableView

返回

System.System.IntPtr System.nativeint
属性

适用于