AndBooleanConverter::ConvertBack Method (Object^, array<Type^>^, Object^, CultureInfo^)

 

Microsoft internal use only. This method throws a NotSupportedException.

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

public:
virtual array<Object^>^ ConvertBack(
	Object^ value,
	array<Type^>^ targetTypes,
	Object^ parameter,
	CultureInfo^ culture
) sealed

Parameters

value
Type: System::Object^

The set of values.

targetTypes
Type: array<System::Type^>^

The target type.

parameter
Type: System::Object^

The conversion parameter.

culture
Type: System.Globalization::CultureInfo^

The culture.

Return Value

Type: array<System::Object^>^

This method throws a NotSupportedException.

Return to top
Show: