TypeDescriptionProvider.IsSupportedType(Type) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个值,该值指示指定的类型是否与类型说明及其类型说明提供程序链兼容。
public:
virtual bool IsSupportedType(Type ^ type);
public virtual bool IsSupportedType (Type type);
abstract member IsSupportedType : Type -> bool
override this.IsSupportedType : Type -> bool
Public Overridable Function IsSupportedType (type As Type) As Boolean
参数
- type
- Type
要测试兼容性的类型。
返回
如果 type
与类型说明及其类型说明提供程序链兼容,则为 true
;否则为 false
。
例外
type
为 null
。