共用方式為


TableSectionBase<T> 建構函式

定義

多載

TableSectionBase<T>()

建構具有空白標題的新 TableSection 執行個體。

TableSectionBase<T>(String)

使用所指定 title,建構新的 TableSection 執行個體。

TableSectionBase<T>()

建構具有空白標題的新 TableSection 執行個體。

protected TableSectionBase ();

適用於

TableSectionBase<T>(String)

使用所指定 title,建構新的 TableSection 執行個體。

protected TableSectionBase (string title);
new Xamarin.Forms.TableSectionBase<'T (requires 'T :> Xamarin.Forms.BindableObject)> : string -> Xamarin.Forms.TableSectionBase<'T (requires 'T :> Xamarin.Forms.BindableObject)>

參數

title
System.String

資料表區段的標題。

適用於