WebPartMenuStyle.ICustomTypeDescriptor.GetConverter 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 cette instance d’un composant. Cette méthode implémente la méthode GetConverter() .
virtual System::ComponentModel::TypeConverter ^ System.ComponentModel.ICustomTypeDescriptor.GetConverter() = System::ComponentModel::ICustomTypeDescriptor::GetConverter;
System.ComponentModel.TypeConverter ICustomTypeDescriptor.GetConverter ();
abstract member System.ComponentModel.ICustomTypeDescriptor.GetConverter : unit -> System.ComponentModel.TypeConverter
override this.System.ComponentModel.ICustomTypeDescriptor.GetConverter : unit -> System.ComponentModel.TypeConverter
Function GetConverter () As TypeConverter Implements ICustomTypeDescriptor.GetConverter
Retours
TypeConverter utilisé pour cet objet ou null
s'il n'y a aucun TypeConverter.
Implémente
Remarques
Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de WebPartMenuStyle est castée en interface ICustomTypeDescriptor.