Configuration<TPlatform,TElement> Klasa
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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.ObjectConfiguration<TPlatform,TElement>
- Implementuje
Konstruktory
Configuration<TPlatform,TElement>(TElement) |
Tworzy nową konfigurację dla określonego |
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 |