Freigeben über


TableSectionBase Konstruktoren

Definition

Überlädt

TableSectionBase()

Erstellt ein neues TableSectionBase-Objekt mit Standardwerten.

TableSectionBase(String)

Erstellt ein neues TableSectionBase-Objekt mit der angegebenen title.

TableSectionBase()

Erstellt ein neues TableSectionBase-Objekt mit Standardwerten.

protected TableSectionBase ();

Gilt für:

TableSectionBase(String)

Erstellt ein neues TableSectionBase-Objekt mit der angegebenen title.

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

Parameter

title
System.String

Der Titel des Tabellenabschnitts.

Gilt für: