DataTemplate 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
DataTemplate() |
For internal use only. |
DataTemplate(Func<Object>) |
Creates and initializes a new instance of the DataTemplate class. |
DataTemplate(Type) |
Creates a new DataTemplate for type |
DataTemplate()
- Source:
- DataTemplate.cs
- Source:
- DataTemplate.cs
For internal use only.
public:
DataTemplate();
public DataTemplate ();
Public Sub New ()
Applies to
DataTemplate(Func<Object>)
- Source:
- DataTemplate.cs
- Source:
- DataTemplate.cs
Creates and initializes a new instance of the DataTemplate class.
public:
DataTemplate(Func<System::Object ^> ^ loadTemplate);
public DataTemplate (Func<object> loadTemplate);
new Microsoft.Maui.Controls.DataTemplate : Func<obj> -> Microsoft.Maui.Controls.DataTemplate
Public Sub New (loadTemplate As Func(Of Object))
Parameters
Applies to
DataTemplate(Type)
- Source:
- DataTemplate.cs
- Source:
- DataTemplate.cs
Creates a new DataTemplate for type type
.
public:
DataTemplate(Type ^ type);
public DataTemplate (Type type);
new Microsoft.Maui.Controls.DataTemplate : Type -> Microsoft.Maui.Controls.DataTemplate
Public Sub New (type As Type)
Parameters
- type
- Type
The type of control for which to create a template.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.