TypeDescriptionProvider.IsRegisteredType(Type) Metodo

Definizione

Determina se il tipo è stato registrato con il provider tramite 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

Parametri

type
Type

Tipo da controllare se è stato registrato.

Valori restituiti

true se type è registrato; in caso contrario, false.

Eccezioni

type è null.

Si applica a