CustomTypeDescriptor.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.
Retourne un convertisseur de type pour le type de ce type
descripteur représente.
public:
virtual System::ComponentModel::TypeConverter ^ GetConverterFromRegisteredType();
public virtual System.ComponentModel.TypeConverter? GetConverterFromRegisteredType ();
abstract member GetConverterFromRegisteredType : unit -> System.ComponentModel.TypeConverter
override this.GetConverterFromRegisteredType : unit -> System.ComponentModel.TypeConverter
Public Overridable Function GetConverterFromRegisteredType () As TypeConverter