TypeDescriptor.GetConverterFromRegisteredType Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
GetConverterFromRegisteredType(Object) |
Obtient un convertisseur de type pour le type du composant spécifié. |
GetConverterFromRegisteredType(Type) |
Obtient un convertisseur de type pour le type inscrit spécifié. |
GetConverterFromRegisteredType(Object)
Obtient un convertisseur de type pour le type du composant spécifié.
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
Paramètres
- component
- Object
Retours
S’applique à
GetConverterFromRegisteredType(Type)
Obtient un convertisseur de type pour le type inscrit spécifié.
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
Paramètres
- type
- Type
Retours
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.