IPlatformElementConfiguration<TPlatform,TElement> Interface
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 interface class IPlatformElementConfiguration : Microsoft::Maui::Controls::IConfigElement<TElement>
public interface IPlatformElementConfiguration<out TPlatform,out TElement> : Microsoft.Maui.Controls.IConfigElement<out TElement> where TPlatform : IConfigPlatform where TElement : Element
type IPlatformElementConfiguration<'Platform, 'Element (requires 'Platform :> IConfigPlatform and 'Element :> Element)> = interface
interface IConfigElement<'Element (requires 'Element :> Element)>
Public Interface IPlatformElementConfiguration(Of Out TPlatform, Out TElement)
Implements IConfigElement(Of Out TElement)
Type Parameters
- TPlatform
- TElement
- Derived
- Implements
-
IConfigElement<TElement>
Properties
Element | (Inherited from IConfigElement<T>) |
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.