XPathMessageContextTypeConverter.ConvertFrom メソッド

定義

指定したコンテキストとカルチャ情報を使用して、提供されたコンテキスト オブジェクトをこのコンバーターの XAML シリアル化可能な型に変換します。

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

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

戻り値

変換処理の結果。

適用対象