XamlTypeTypeConverter.ConvertFrom 方法

定义

尝试使用指定上下文将指定对象转换为 XamlType

public:
 override System::Object ^ ConvertFrom(System::ComponentModel::ITypeDescriptorContext ^ context, System::Globalization::CultureInfo ^ culture, System::Object ^ value);
public override object ConvertFrom (System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value);
override this.ConvertFrom : System.ComponentModel.ITypeDescriptorContext * System.Globalization.CultureInfo * obj -> obj
Public Overrides Function ConvertFrom (context As ITypeDescriptorContext, culture As CultureInfo, value As Object) As Object

参数

context
ITypeDescriptorContext

一种格式上下文,可提供有关要从中调用此转换器的环境的信息。

culture
CultureInfo

特定于区域性的信息。

value
Object

要转换的对象。

返回

被转换的对象。

例外

无法转换 value

注解

XamlTypeTypeConverter 仅将 实例 XamlTypeString 与 (或 XamlType) 的实例进行转换。 其他 value 类型引发异常。

适用于