次の方法で共有


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

適用対象