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