TypeDescriptionProvider.RegisterType<T> 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.
Inscrit le type afin qu’il puisse être utilisé par les fournisseurs basés sur la réflexion dans les applications supprimées.
public:
generic <typename T>
virtual void RegisterType();
public virtual void RegisterType<T>();
abstract member RegisterType : unit -> unit
override this.RegisterType : unit -> unit
Public Overridable Sub RegisterType(Of T) ()
Paramètres de type
- T
Type à inscrire.