TransformConverter.ConvertFrom メソッド

定義

指定した型のオブジェクトを Transform オブジェクトに変換します。

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

変換対象のオブジェクト。

戻り値

新しい Transform オブジェクト。

例外

valuenull であるか、または Transform に変換できません。

適用対象