BaseEnumStringConverter<T>.ConvertTo 方法 (ITypeDescriptorContext, CultureInfo, Object, Type)
使用指定的內容和文化特性資訊,將指定的值物件轉換成指定的型別。
命名空間: Microsoft.VisualStudio.TestTools.WebTesting
組件: Microsoft.VisualStudio.QualityTools.WebTestFramework (在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)
語法
'宣告
Public Overrides Function ConvertTo ( _
context As ITypeDescriptorContext, _
culture As CultureInfo, _
value As Object, _
destinationType As Type _
) As Object
public override Object ConvertTo(
ITypeDescriptorContext context,
CultureInfo culture,
Object value,
Type destinationType
)
public:
virtual Object^ ConvertTo(
ITypeDescriptorContext^ context,
CultureInfo^ culture,
Object^ value,
Type^ destinationType
) override
abstract ConvertTo :
context:ITypeDescriptorContext *
culture:CultureInfo *
value:Object *
destinationType:Type -> Object
override ConvertTo :
context:ITypeDescriptorContext *
culture:CultureInfo *
value:Object *
destinationType:Type -> Object
public override function ConvertTo(
context : ITypeDescriptorContext,
culture : CultureInfo,
value : Object,
destinationType : Type
) : Object
參數
- context
型別:System.ComponentModel.ITypeDescriptorContext
提供格式內容的 ITypeDescriptorContext。
- culture
型別:System.Globalization.CultureInfo
要當做目前文化特性 (Culture) 使用的 T:System.Globalization.CultureInfo。
- value
型別:System.Object
要進行轉換的 Object。
- destinationType
型別:System.Type
要將 value 參數轉換成的 Type。
傳回值
型別:System.Object
Object ,表示轉換的值。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。