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

 

Microsoft internal use only.

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

public:
virtual Object^ Convert(
	array<Object^>^ values,
	Type^ targetType,
	Object^ parameter,
	CultureInfo^ culture
) sealed

Parameters

values
Type: array<System::Object^>^

The set of values.

targetType
Type: System::Type^

The target type.

parameter
Type: System::Object^

The conversion parameter.

culture
Type: System.Globalization::CultureInfo^

The culture.

Return Value

Type: System::Object^

true if the values combine with logical AND equal true, otherwise false.

Return to top
Show: