TableRoot Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
TableRoot() |
Constructs and initializes a new instance of the TableRoot class. |
TableRoot(String) |
Constructs and initializes a new instance of the TableRoot class with a title. |
TableRoot()
- Source:
- TableRoot.cs
- Source:
- TableRoot.cs
Constructs and initializes a new instance of the TableRoot class.
public:
TableRoot();
public TableRoot ();
Public Sub New ()
Applies to
TableRoot(String)
- Source:
- TableRoot.cs
- Source:
- TableRoot.cs
Constructs and initializes a new instance of the TableRoot class with a title.
public:
TableRoot(System::String ^ title);
public TableRoot (string title);
new Microsoft.Maui.Controls.TableRoot : string -> Microsoft.Maui.Controls.TableRoot
Public Sub New (title As String)
Parameters
- title
- String
The title of the table.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.