BindablePropertyConverter Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Un TypeConverter para propiedades enlazables.
public ref class BindablePropertyConverter sealed : System::ComponentModel::TypeConverter, Microsoft::Maui::Controls::IExtendedTypeConverter
public sealed class BindablePropertyConverter : System.ComponentModel.TypeConverter, Microsoft.Maui.Controls.IExtendedTypeConverter
type BindablePropertyConverter = class
inherit TypeConverter
interface IExtendedTypeConverter
Public NotInheritable Class BindablePropertyConverter
Inherits TypeConverter
Implements IExtendedTypeConverter
- Herencia
-
BindablePropertyConverter
- Implementaciones
Constructores
BindablePropertyConverter() |
Un TypeConverter para propiedades enlazables. |
Métodos
CanConvertFrom(ITypeDescriptorContext, Type) |
Un TypeConverter para propiedades enlazables. |
CanConvertTo(ITypeDescriptorContext, Type) |
Un TypeConverter para propiedades enlazables. |
ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) |
Un TypeConverter para propiedades enlazables. |
ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) |
Un TypeConverter para propiedades enlazables. |
Implementaciones de interfaz explícitas
IExtendedTypeConverter.ConvertFromInvariantString(String, IServiceProvider) |
Un TypeConverter para propiedades enlazables. |