MultiValueConverter<T1, T2, T3, T4, T5, T6, T7, TTarget>::Convert Method (T1, T2, T3, T4, T5, T6, T7, Object^, CultureInfo^)

Visual Studio 2015
 

Converts the values.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

protected:
virtual TTarget Convert(
	T1 value1,
	T2 value2,
	T3 value3,
	T4 value4,
	T5 value5,
	T6 value6,
	T7 value7,
	Object^ parameter,
	CultureInfo^ culture
)

Parameters

value1
Type: T1

The first value.

value2
Type: T2

The second value.

value3
Type: T3

The third value.

value4
Type: T4

The fourth value.

value5
Type: T5

The fifth value.

value6
Type: T6

The sixth value.

value7
Type: T7

The seventh value.

parameter
Type: System::Object^

Parameters.

culture
Type: System.Globalization::CultureInfo^

The culture.

Return Value

Type: TTarget

Returns {0}.

Return to top
Show: