MultiValueConverter<T1, T2, T3, T4, T5, T6, T7, T8, T9, TTarget>::ConvertBack Method (Object^, array<Type^>^, Object^, CultureInfo^)
Visual Studio 2015
Converts the values back to the original.
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
public: virtual array<Object^>^ ConvertBack( Object^ value, array<Type^>^ targetTypes, Object^ parameter, CultureInfo^ culture ) override sealed
Parameters
- value
-
Type:
System::Object^
The values.
- targetTypes
-
Type:
array<System::Type^>^
The target type.
- parameter
-
Type:
System::Object^
The parameter.
- culture
-
Type:
System.Globalization::CultureInfo^
The culture.
Show: