TypeTypeConverter Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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
- Ereditarietà
-
TypeTypeConverter
- Implementazioni
Costruttori
TypeTypeConverter() |
Classe che accetta una rappresentazione in forma di stringa di un elemento Type e restituisce un elemento Type corrispondente. |
Metodi
CanConvertFrom(ITypeDescriptorContext, Type) |
Classe che accetta una rappresentazione in forma di stringa di un elemento Type e restituisce un elemento Type corrispondente. |
CanConvertTo(ITypeDescriptorContext, Type) |
Classe che accetta una rappresentazione in forma di stringa di un elemento Type e restituisce un elemento Type corrispondente. |
ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) |
Classe che accetta una rappresentazione in forma di stringa di un elemento Type e restituisce un elemento Type corrispondente. |
ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) |
Classe che accetta una rappresentazione in forma di stringa di un elemento Type e restituisce un elemento Type corrispondente. |
Implementazioni dell'interfaccia esplicita
IExtendedTypeConverter.ConvertFromInvariantString(String, IServiceProvider) |
Classe che accetta una rappresentazione in forma di stringa di un elemento Type e restituisce un elemento Type corrispondente. |