ModelPropertyEntryToModelItemConverter.ConvertBack 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
這個版本不支援。
多載
ConvertBack(Object, Type, Object, CultureInfo) |
這個版本不支援。 |
ConvertBack(Object, Type[], Object, CultureInfo) |
這個版本不支援。 |
ConvertBack(Object, Type, Object, CultureInfo)
這個版本不支援。
public:
virtual System::Object ^ ConvertBack(System::Object ^ value, Type ^ targetType, System::Object ^ parameter, System::Globalization::CultureInfo ^ culture);
public object ConvertBack (object value, Type targetType, object parameter, System.Globalization.CultureInfo culture);
abstract member ConvertBack : obj * Type * obj * System.Globalization.CultureInfo -> obj
override this.ConvertBack : obj * Type * obj * System.Globalization.CultureInfo -> obj
Public Function ConvertBack (value As Object, targetType As Type, parameter As Object, culture As CultureInfo) As Object
參數
- value
- Object
未使用。
- targetType
- Type
未使用。
- parameter
- Object
未使用。
- culture
- CultureInfo
未使用。
傳回
物件。
實作
適用於
ConvertBack(Object, Type[], Object, CultureInfo)
這個版本不支援。
public:
virtual cli::array <System::Object ^> ^ ConvertBack(System::Object ^ value, cli::array <Type ^> ^ targetTypes, System::Object ^ parameter, System::Globalization::CultureInfo ^ culture);
public object[] ConvertBack (object value, Type[] targetTypes, object parameter, System.Globalization.CultureInfo culture);
abstract member ConvertBack : obj * Type[] * obj * System.Globalization.CultureInfo -> obj[]
override this.ConvertBack : obj * Type[] * obj * System.Globalization.CultureInfo -> obj[]
Public Function ConvertBack (value As Object, targetTypes As Type(), parameter As Object, culture As CultureInfo) As Object()
參數
- value
- Object
未使用。
- targetTypes
- Type[]
未使用。
- parameter
- Object
未使用。
- culture
- CultureInfo
未使用。
傳回
- Object[]
物件。