TypeDescriptionProvider.IsRegisteredType(Type) Metoda

Definicja

Określa, czy typ został zarejestrowany u dostawcy za pośrednictwem 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

Parametry

type
Type

Zwraca

Wyjątki

type jest null.

Dotyczy