次の方法で共有


ModelToObjectValueConverter.Convert(Object, Type, Object, CultureInfo) メソッド

定義

指定したオブジェクトをその内部値に変換します。

public:
 virtual System::Object ^ Convert(System::Object ^ value, Type ^ targetType, System::Object ^ parameter, System::Globalization::CultureInfo ^ culture);
public object Convert (object value, Type targetType, object parameter, System.Globalization.CultureInfo culture);
abstract member Convert : obj * Type * obj * System.Globalization.CultureInfo -> obj
override this.Convert : obj * Type * obj * System.Globalization.CultureInfo -> obj
Public Function Convert (value As Object, targetType As Type, parameter As Object, culture As CultureInfo) As Object

パラメーター

value
Object

変換対象の ModelItem

targetType
Type

この実装では使用されません。

parameter
Object

この実装では使用されません。

culture
CultureInfo

この実装では使用されません。

戻り値

内部値が格納されたオブジェクトを返します。

実装

適用対象