共用方式為


UITableViewDataSource_Extensions.NumberOfSections 方法

定義

傳回顯示資料所需的區段數目。

public static nint NumberOfSections (this UIKit.IUITableViewDataSource This, UIKit.UITableView tableView);
static member NumberOfSections : UIKit.IUITableViewDataSource * UIKit.UITableView -> nint

參數

This
IUITableViewDataSource

這個擴充方法運作所在的實例。

tableView
UITableView

顯示區段的資料表檢視。

傳回

System.System.IntPtr System.nativeint

適用於