TypeDescriptionProvider.IsRegisteredType(Type) 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.
Détermine si le type a été inscrit auprès de son fournisseur via RegisterType<T>().
public:
virtual bool IsRegisteredType(Type ^ type);
public virtual bool IsRegisteredType(Type type);
abstract member IsRegisteredType : Type -> bool
override this.IsRegisteredType : Type -> bool
Public Overridable Function IsRegisteredType (type As Type) As Boolean
Paramètres
- type
- Type
Type à vérifier s’il a été inscrit.
Retours
true si type est inscrit ; sinon, false.
Exceptions
type est null.