TableSection 构造函数

定义

重载

TableSection()

使用默认值创建新 TableSection

TableSection(String)

创建标题为 title 的新 TableSection

TableSection()

使用默认值创建新 TableSection

public TableSection ();

适用于

TableSection(String)

创建标题为 title 的新 TableSection

public TableSection (string title);
new Xamarin.Forms.TableSection : string -> Xamarin.Forms.TableSection

参数

title
System.String

表部分的标题。

适用于