TypeDescriptionProvider.IsSupportedType(Type) 方法

定义

获取一个值,该值指示指定的类型是否与类型说明及其类型说明提供程序链兼容。

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

例外

typenull

适用于