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

Visual Studio 2015
 

Validates the parameters passed to IMultiValueConverter.ConvertBack.

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

protected:
void ValidateConvertBackParameters(
	Object^ value,
	array<Type^>^ targetTypes
)

Parameters

value
Type: System::Object^

The value to convert back.

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

The types to convert back to.

Return to top
Show: