MultiValueConverterBase<TTarget>::ValidateConvertParameters Method (array<Object^>^, Type^)

Visual Studio 2015
 

Validates the parameters passed to IMultiValueConverter.Convert.

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

protected:
bool ValidateConvertParameters(
	array<Object^>^ values,
	Type^ targetType
)

Parameters

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

The values to convert.

targetType
Type: System::Type^

The type to convert to.

Return Value

Type: System::Boolean

True if the conversion can continue, false if it cannot.

Return to top
Show: