ObjectToModelValueConverter.ConvertBack Method

Definition

Converts the specified ModelItem to a ModelPropertyEntry.

public object[] ConvertBack (object value, Type[] targetTypes, object parameter, System.Globalization.CultureInfo culture);

Parameters

value
Object

The ModelItem to convert.

targetTypes
Type[]

Not used in this implementation.

parameter
Object

Not used in this implementation.

culture
CultureInfo

Not used in this implementation.

Returns

Object[]

An object that contains the converted ModelPropertyEntry.

Implements

Remarks

This method is a one-way binding with the ModelPropertyEntry.

Applies to

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1