TypeDescriptionProvider.IsRegisteredType(Type) 方法

定义

确定该类型是否通过 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

参数

type
Type

返回

例外

type null

适用于