TextDecorationCollectionConverter.ConvertFrom 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
试图将指定对象转换为 TextDecorationCollection 实例。
public:
override System::Object ^ ConvertFrom(System::ComponentModel::ITypeDescriptorContext ^ context, System::Globalization::CultureInfo ^ culture, System::Object ^ input);
public override object ConvertFrom (System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object input);
override this.ConvertFrom : System.ComponentModel.ITypeDescriptorContext * System.Globalization.CultureInfo * obj -> obj
Public Overrides Function ConvertFrom (context As ITypeDescriptorContext, culture As CultureInfo, input As Object) As Object
参数
- context
- ITypeDescriptorContext
描述类型的上下文信息。
- culture
- CultureInfo
描述正在转换的类型的 CultureInfo。
- input
- Object
要转换的对象。
返回
根据已转换的 input
创建的 FontWeight 实例。
例外
当 input
为 null
或不是有效的转换类型时发生。