Compartir a través de


BindablePropertyConverter Clase

Definición

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.

Se aplica a