OnPlatform<T> Clase
Definición
[Xamarin.Forms.ContentProperty("Platforms")]
public class OnPlatform<T>
type OnPlatform<'T> = class
Parámetros de tipo
- T
- Herencia
-
OnPlatform<T>
- Atributos
Constructores
OnPlatform<T>() |
Crea una nueva instancia del tipo OnPlatform<T>.Creates a new instance of the OnPlatform<T> type. |
Propiedades
Android |
Tipo tal y como se implementa en la plataforma Android.The type as it is implemented on the Android platform. |
Default |
Obtiene o establece el valor predeterminado que se usará para la plataforma.Gets or sets the default value to use for the platform. |
iOS |
Obtiene o establece el tipo tal y como se implementa en la plataforma iOS.Gets or sets the type as it is implemented on the iOS platform. |
Platforms |
Obtiene una lista de las plataformas disponibles.Gets a list of the available platforms. |
WinPhone |
Tipo tal y como se implementa en la plataforma WinPhone.The type as it is implemented on the WinPhone platform. |
Operadores
Implicit(OnPlatform<T> to T) |
Convierte el tipo en la versión que corresponda a la plataforma.Casts the type to the version that corresponds to the platform. |