TableRoot 构造函数

定义

重载

TableRoot()

构造并初始化 TableRoot 类的新实例。

TableRoot(String)

使用标题来构造并初始化 TableRoot 类的新实例。

TableRoot()

构造并初始化 TableRoot 类的新实例。

public TableRoot ();

适用于

TableRoot(String)

使用标题来构造并初始化 TableRoot 类的新实例。

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

参数

title
System.String

表的标题。

适用于