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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.