TypeDescriptionProvider.IsRegisteredType(Type) Méthode

Définition

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

Retours

Exceptions

type est null.

S’applique à