BindablePropertyConverter Класс

Определение

ТипConverter, который преобразует строки в BindableProperty экземпляры.

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
Наследование
BindablePropertyConverter
Реализации

Конструкторы

Имя Описание
BindablePropertyConverter()

ТипConverter, который преобразует строки в BindableProperty экземпляры.

Методы

Имя Описание
CanConvertFrom(ITypeDescriptorContext, Type)

ТипConverter, который преобразует строки в BindableProperty экземпляры.

CanConvertTo(ITypeDescriptorContext, Type)

ТипConverter, который преобразует строки в BindableProperty экземпляры.

ConvertFrom(ITypeDescriptorContext, CultureInfo, Object)

ТипConverter, который преобразует строки в BindableProperty экземпляры.

ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)

ТипConverter, который преобразует строки в BindableProperty экземпляры.

Явные реализации интерфейса

Имя Описание
IExtendedTypeConverter.ConvertFromInvariantString(String, IServiceProvider)

ТипConverter, который преобразует строки в BindableProperty экземпляры.

Применяется к