Configuration<TPlatform,TElement> Class
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.
generic <typename TPlatform, typename TElement>
where TPlatform : IConfigPlatform where TElement : Elementpublic ref class Configuration : Microsoft::Maui::Controls::IConfigElement<TElement>, Microsoft::Maui::Controls::IPlatformElementConfiguration<TPlatform, TElement>
public class Configuration<TPlatform,TElement> : Microsoft.Maui.Controls.IConfigElement<TElement>, Microsoft.Maui.Controls.IPlatformElementConfiguration<TPlatform,TElement> where TPlatform : IConfigPlatform where TElement : Element
type Configuration<'Platform, 'Element (requires 'Platform :> IConfigPlatform and 'Element :> Element)> = class
interface IPlatformElementConfiguration<'Platform, 'Element (requires 'Platform :> IConfigPlatform and 'Element :> Element)>
interface IConfigElement<'Element (requires 'Element :> Element)>
Public Class Configuration(Of TPlatform, TElement)
Implements IConfigElement(Of TElement), IPlatformElementConfiguration(Of TPlatform, TElement)
Type Parameters
- TPlatform
- TElement
- Inheritance
-
Configuration<TPlatform,TElement>
- Implements
Constructors
Configuration<TPlatform,TElement>(TElement) |
Properties
Element |
Methods
Create(TElement) |
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.