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

Visual Studio 2015
 

Converts the values back to the original.

Namespace:   Microsoft.VisualStudio.PlatformUI
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,
	[OutAttribute] T8% value8,
	[OutAttribute] T9% value9,
	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 eighth value.

value8
Type: T8

The ninth value.

value9
Type: T9

The first value.

parameter
Type: System::Object^

The parameter.

culture
Type: System.Globalization::CultureInfo^

The culture.

Return to top
Show: