TableSectionBase 构造函数

定义

重载

TableSectionBase()

新建具有默认值的 TableSectionBase 对象。

TableSectionBase(String)

使用指定的 TableSectionBase 创建新的 title 对象。

TableSectionBase()

新建具有默认值的 TableSectionBase 对象。

protected TableSectionBase ();

适用于

TableSectionBase(String)

使用指定的 TableSectionBase 创建新的 title 对象。

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

参数

title
System.String

表部分的标题。

适用于