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 で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET MAUI