Share via


ChoiceItemsConverter.ConvertBack Method (Object, Type[], Object, CultureInfo)

 

Converts a binding target value to the source binding values.

Namespace:   Microsoft.WindowsServerSolutions.Controls
Assembly:  AdminCommon (in AdminCommon.dll)

Syntax

public object[] ConvertBack(
    object value,
    Type[] targetTypes,
    object parameter,
    CultureInfo culture
)
public:
virtual array<Object^>^ ConvertBack(
    Object^ value,
    array<Type^>^ targetTypes,
    Object^ parameter,
    CultureInfo^ culture
) sealed
Public Function ConvertBack (
    value As Object,
    targetTypes As Type(),
    parameter As Object,
    culture As CultureInfo
) As Object()

Parameters

  • value
    Type: System.Object

    The value that the binding target produces.

  • targetTypes
    Type: System.Type[]

    The array of types to convert to. The array length indicates the number and types of values that are suggested for the method to return.

Return Value

Type: System.Object[]

An array of values that have been converted from the target value back to the source values.

Implements

IMultiValueConverter.ConvertBack(Object, Type[], Object, CultureInfo)

See Also

ChoiceItemsConverter Class
Microsoft.WindowsServerSolutions.Controls Namespace

Return to top