TypeDescriptor.RegisterType<T> Méthode

Définition

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>
 static void RegisterType();
public static void RegisterType<T> ();
static member RegisterType : unit -> unit
Public Shared Sub RegisterType(Of T) ()

Paramètres de type

T

Type à inscrire.

S’applique à