TypeDescriptor.GetConverterFromRegisteredType Metodo
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.
Overload
| Nome | Descrizione |
|---|---|
| GetConverterFromRegisteredType(Object) |
Ottiene un convertitore di tipi per il tipo del componente specificato. |
| GetConverterFromRegisteredType(Type) |
Ottiene un convertitore di tipi per il tipo registrato specificato. |
GetConverterFromRegisteredType(Object)
- Origine:
- TypeDescriptor.cs
- Origine:
- TypeDescriptor.cs
- Origine:
- TypeDescriptor.cs
Ottiene un convertitore di tipi per il tipo del componente specificato.
public:
static System::ComponentModel::TypeConverter ^ GetConverterFromRegisteredType(System::Object ^ component);
public static System.ComponentModel.TypeConverter GetConverterFromRegisteredType(object component);
static member GetConverterFromRegisteredType : obj -> System.ComponentModel.TypeConverter
Public Shared Function GetConverterFromRegisteredType (component As Object) As TypeConverter
Parametri
- component
- Object
Componente per cui ottenere il convertitore.
Valori restituiti
Oggetto TypeConverter per il componente specificato.
Si applica a
GetConverterFromRegisteredType(Type)
- Origine:
- TypeDescriptor.cs
- Origine:
- TypeDescriptor.cs
- Origine:
- TypeDescriptor.cs
Ottiene un convertitore di tipi per il tipo registrato specificato.
public:
static System::ComponentModel::TypeConverter ^ GetConverterFromRegisteredType(Type ^ type);
public static System.ComponentModel.TypeConverter GetConverterFromRegisteredType(Type type);
static member GetConverterFromRegisteredType : Type -> System.ComponentModel.TypeConverter
Public Shared Function GetConverterFromRegisteredType (type As Type) As TypeConverter
Parametri
Valori restituiti
Oggetto TypeConverter per il tipo specificato.