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
參數
- context
型別:System.ComponentModel.ITypeDescriptorContext
提供格式內容的 ITypeDescriptorContext。
- sourceType
型別:System.Type
Type ,表示要轉換的來源型別。
傳回值
型別:System.Boolean
如果這個轉換子可以執行轉換,則為 true,否則為 false。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。