Compartir a través de


TypeTypeConverter Clase

Definición

Clase que toma una representación de cadena de un Type y devuelve un Type correspondiente.

public ref class TypeTypeConverter sealed : System::ComponentModel::TypeConverter, Microsoft::Maui::Controls::IExtendedTypeConverter
public sealed class TypeTypeConverter : System.ComponentModel.TypeConverter, Microsoft.Maui.Controls.IExtendedTypeConverter
type TypeTypeConverter = class
    inherit TypeConverter
    interface IExtendedTypeConverter
Public NotInheritable Class TypeTypeConverter
Inherits TypeConverter
Implements IExtendedTypeConverter
Herencia
TypeTypeConverter
Implementaciones

Constructores

TypeTypeConverter()

Clase que toma una representación de cadena de un Type y devuelve un Type correspondiente.

Métodos

CanConvertFrom(ITypeDescriptorContext, Type)

Clase que toma una representación de cadena de un Type y devuelve un Type correspondiente.

CanConvertTo(ITypeDescriptorContext, Type)

Clase que toma una representación de cadena de un Type y devuelve un Type correspondiente.

ConvertFrom(ITypeDescriptorContext, CultureInfo, Object)

Clase que toma una representación de cadena de un Type y devuelve un Type correspondiente.

ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)

Clase que toma una representación de cadena de un Type y devuelve un Type correspondiente.

Implementaciones de interfaz explícitas

IExtendedTypeConverter.ConvertFromInvariantString(String, IServiceProvider)

Clase que toma una representación de cadena de un Type y devuelve un Type correspondiente.

Se aplica a