Compartilhar via


TypeDescriptionProvider.IsRegisteredType(Type) Método

Definição

Determina se o tipo foi registrado com seu provedor por meio de 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

Parâmetros

type
Type

Retornos

Exceções

type é null.

Aplica-se a