MultiValueConverter<T1, T2, T3, T4, T5, T6, T7, TTarget>::ConvertBack Method (TTarget, T1, T2, T3, T4, T5, T6, T7, Object^, CultureInfo^)
Visual Studio 2015
Converts the values back to the original.
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
protected: virtual void ConvertBack( TTarget value, [OutAttribute] T1% value1, [OutAttribute] T2% value2, [OutAttribute] T3% value3, [OutAttribute] T4% value4, [OutAttribute] T5% value5, [OutAttribute] T6% value6, [OutAttribute] T7% value7, Object^ parameter, CultureInfo^ culture )
Parameters
- value
-
Type:
TTarget
The first value.
- value1
-
Type:
T1
The second value.
- value2
-
Type:
T2
The third value.
- value3
-
Type:
T3
The fourth value.
- value4
-
Type:
T4
The fifth value.
- value5
-
Type:
T5
The sixth value.
- value6
-
Type:
T6
The seventh value.
- value7
-
Type:
T7
The first value.
- parameter
-
Type:
System::Object^
Parameters.
- culture
-
Type:
System.Globalization::CultureInfo^
The culture.
Show: