Configuration<TPlatform,TElement> Klasa

Definicja

Klasa narzędzia do pobierania wersji elementów specyficznych dla platformy.

public class Configuration<TPlatform,TElement> : Xamarin.Forms.IConfigElement<TElement>, Xamarin.Forms.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)>

Parametry typu

TPlatform

Platforma docelowa dla konfiguracji.

TElement

Typ elementu, dla którego mają być pobierane wersje specyficzne dla platformy.

Dziedziczenie
System.Object
Configuration<TPlatform,TElement>
Implementuje

Konstruktory

Configuration<TPlatform,TElement>(TElement)

Tworzy nową konfigurację dla określonego elementelementu .

Właściwości

Element

Pobiera niezależny od platformy element, dla którego można pobrać wersje specyficzne dla platformy.

Metody

Create(TElement)

Tworzy i zwraca nową konfigurację dla określonej elementkonfiguracji .

Dotyczy