BaseEnumStringConverter<T>.CanConvertFrom 方法 (ITypeDescriptorContext, Type)

获取一个值,该值指示此转换器能否将给定源类型的对象转换为使用指定上下文的字符串。

命名空间:  Microsoft.VisualStudio.TestTools.WebTesting
程序集:  Microsoft.VisualStudio.QualityTools.WebTestFramework(在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)

语法

声明
Public Overrides Function CanConvertFrom ( _
    context As ITypeDescriptorContext, _
    sourceType As Type _
) As Boolean
public override bool CanConvertFrom(
    ITypeDescriptorContext context,
    Type sourceType
)
public:
virtual bool CanConvertFrom(
    ITypeDescriptorContext^ context, 
    Type^ sourceType
) override
abstract CanConvertFrom : 
        context:ITypeDescriptorContext * 
        sourceType:Type -> bool 
override CanConvertFrom : 
        context:ITypeDescriptorContext * 
        sourceType:Type -> bool 
public override function CanConvertFrom(
    context : ITypeDescriptorContext, 
    sourceType : Type
) : boolean

参数

  • sourceType
    类型:System.Type
    Type ,它表示要对其进行转换的类型。

返回值

类型:System.Boolean
如果该转换器能够执行转换,则为 true;否则为 false。

.NET Framework 安全性

请参见

参考

BaseEnumStringConverter<T> 类

CanConvertFrom 重载

Microsoft.VisualStudio.TestTools.WebTesting 命名空间