TableSectionBase Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| Nome | Descrizione |
|---|---|
| TableSectionBase() |
Crea un nuovo TableSectionBase oggetto con valori predefiniti. |
| TableSectionBase(String) |
Crea un nuovo TableSectionBase oggetto con il titolo specificato. |
TableSectionBase()
- Origine:
- TableSectionBase.cs
- Origine:
- TableSectionBase.cs
- Origine:
- TableSectionBase.cs
- Origine:
- TableSectionBase.cs
Crea un nuovo TableSectionBase oggetto con valori predefiniti.
protected:
TableSectionBase();
protected TableSectionBase();
Protected Sub New ()
Si applica a
TableSectionBase(String)
- Origine:
- TableSectionBase.cs
- Origine:
- TableSectionBase.cs
- Origine:
- TableSectionBase.cs
- Origine:
- TableSectionBase.cs
Crea un nuovo TableSectionBase oggetto con il titolo specificato.
protected:
TableSectionBase(System::String ^ title);
protected TableSectionBase(string title);
new Microsoft.Maui.Controls.TableSectionBase : string -> Microsoft.Maui.Controls.TableSectionBase
Protected Sub New (title As String)
Parametri
- title
- String