TableSectionBase 建構函式

定義

多載

TableSectionBase()

使用預設值建立新的 TableSectionBase 物件。

TableSectionBase(String)

建立具有指定之 TableSectionBasetitle的新 物件。

TableSectionBase()

使用預設值建立新的 TableSectionBase 物件。

protected TableSectionBase ();

適用於

TableSectionBase(String)

建立具有指定之 TableSectionBasetitle的新 物件。

protected TableSectionBase (string title);
new Xamarin.Forms.TableSectionBase : string -> Xamarin.Forms.TableSectionBase

參數

title
System.String

資料表區段的標題。

適用於