TableSectionBase Constructeurs

Définition

Surcharges

TableSectionBase()

Crée un objet TableSectionBase avec des valeurs par défaut.

TableSectionBase(String)

Crée un nouvel objet TableSectionBase avec le title spécifié.

TableSectionBase()

Crée un objet TableSectionBase avec des valeurs par défaut.

protected TableSectionBase ();

S’applique à

TableSectionBase(String)

Crée un nouvel objet TableSectionBase avec le title spécifié.

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

Paramètres

title
System.String

Titre de la section de la table.

S’applique à