ImageSourceValueConverter::ConvertBack Method (Object^, Type^, Object^, CultureInfo^)

 

Converts the specified value back from the specified target type.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
virtual Object^ ConvertBack(
	Object^ value,
	Type^ targetType,
	Object^ parameter,
	CultureInfo^ culture
) sealed

Parameters

value
Type: System::Object^

The value to convert.

targetType
Type: System::Type^

The target type.

parameter
Type: System::Object^

Parameters relevant to conversion.

culture
Type: System.Globalization::CultureInfo^

Culture relevant to conversion.

Return Value

Type: System::Object^

Returns the value back from the target type.

Return to top
Show: