DataSourceCacheDurationConverter.CanConvertFrom 方法

定义

确定 DataSourceCacheDurationConverter 是否能将给定源类型的对象转换为 Int32 对象。

public:
 override bool CanConvertFrom(System::ComponentModel::ITypeDescriptorContext ^ context, Type ^ sourceType);
public override bool CanConvertFrom (System.ComponentModel.ITypeDescriptorContext context, Type sourceType);
override this.CanConvertFrom : System.ComponentModel.ITypeDescriptorContext * Type -> bool
Public Overrides Function CanConvertFrom (context As ITypeDescriptorContext, sourceType As Type) As Boolean

参数

context
ITypeDescriptorContext

一个 ITypeDescriptorContext,用于提供格式上下文。

sourceType
Type

Type,表示转换器转换的类型。

返回

Boolean

如果此转换器能够执行该操作,则为 true;否则为 false

注解

DataSourceCacheDurationConverter 显式处理 string 类型。 否则,它调用其基类, Int32Converter做出决定。

适用于