DynamicActivity<TResult>.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 l'activité dynamique.
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
Convertisseur de type pour cette instance d'activité dynamique.
Implémente
Remarques
Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de DynamicActivity<TResult> est castée en interface ICustomTypeDescriptor.