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

表部分的标题。

适用于