MultiValueConverter<T1, T2, T3, TTarget>::Convert Method (T1, T2, T3, Object^, CultureInfo^)
Visual Studio 2015
Microsoft internal use only.
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
protected: virtual TTarget Convert( T1 value1, T2 value2, T3 value3, Object^ parameter, CultureInfo^ culture )
Parameters
- value1
- Type: T1
- value2
- Type: T2
- value3
- Type: T3
- parameter
- Type: System::Object^
- culture
- Type: System.Globalization::CultureInfo^
Return Value
Type: TTarget
Show: