TableSectionBase Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
TableSectionBase() |
Crée un objet TableSectionBase avec des valeurs par défaut. |
TableSectionBase(String) |
Crée un nouvel objet TableSectionBase avec le |
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.