UserContextTypeConverter.ConvertFrom 方法 (ITypeDescriptorContext, CultureInfo, Object)
Visual Studio SDK 不使用此方法。 使用指定的格式上下文,转换为帮助上下文对象的指定对象。
命名空间: Microsoft.VisualStudio.Modeling.Design
程序集: Microsoft.VisualStudio.Modeling.Sdk.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.11.0.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
)
参数
- context
类型:System.ComponentModel.ITypeDescriptorContext
格式上下文。
- culture
类型:System.Globalization.CultureInfo
区域性信息或空当前区域性的。
- value
类型:System.Object
要转换的对象。
返回值
类型:System.Object
转换后的值。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。