MultiValueConverter<T1, T2, T3, T4, T5, TTarget>::ConvertBack Method (TTarget, T1, T2, T3, T4, T5, Object^, CultureInfo^)
Visual Studio 2015
Microsoft internal use only.
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, Object^ parameter, CultureInfo^ culture )
Parameters
- value
- Type: TTarget
- out1
- out2
- out3
- value4
- Type: T4
- value5
- Type: T5
- parameter
- Type: System::Object^
- culture
- Type: System.Globalization::CultureInfo^
Show: