共用方式為


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 命名空間