Condividi tramite


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

Restituisce

Eccezioni

type è null.

Si applica a