Compartir a través de


TypeDescriptionProvider.IsRegisteredType(Type) Método

Definición

Determina si el tipo se registró con su proveedor a través 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

Devoluciones

Excepciones

type es null.

Se aplica a