Language

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

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

返品

内部値を含むオブジェクト。

実装

適用対象