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 GetConverter() méthode.
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
Utilisé TypeConverter pour cet objet, ou null s’il n’y a pas TypeConverter.
Implémente
Remarques
Ce membre est une implémentation explicite de membre d’interface. Elle ne peut être utilisée que lorsque l’instance WebPartMenuStyle est convertie en ICustomTypeDescriptor interface.