TableSectionBase<T> 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<T>() |
Construit une nouvelle instance de TableSection avec un titre vide. |
TableSectionBase<T>(String) |
Construit une nouvelle instance de TableSection avec le |
TableSectionBase<T>()
Construit une nouvelle instance de TableSection avec un titre vide.
protected TableSectionBase ();
S’applique à
TableSectionBase<T>(String)
Construit une nouvelle instance de TableSection avec le title
spécifié.
protected TableSectionBase (string title);
new Xamarin.Forms.TableSectionBase<'T (requires 'T :> Xamarin.Forms.BindableObject)> : string -> Xamarin.Forms.TableSectionBase<'T (requires 'T :> Xamarin.Forms.BindableObject)>
Paramètres
- title
- System.String
Titre de la section de la table.