共用方式為


IPlatformElementConfiguration<TPlatform,TElement> 介面

定義

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)

類型參數

TPlatform
這是共變數的型別參數。 也就是說,您可以使用您指定的類型,或衍生程度較高的任何類型。 如需共變數與反變數的詳細資訊,請參閱泛型中的共變數與反變數
TElement
這是共變數的型別參數。 也就是說,您可以使用您指定的類型,或衍生程度較高的任何類型。 如需共變數與反變數的詳細資訊,請參閱泛型中的共變數與反變數
衍生
實作
IConfigElement<TElement>

屬性

Element (繼承來源 IConfigElement<T>)

適用於