MultiValueConverterBase<TTarget>.ValidateConvertParameters Method

Definition

Validates the parameters passed to IMultiValueConverter.Convert

C++/CX
protected:
 bool ValidateConvertParameters(Platform::Array <Platform::Object ^> ^ values, Platform::Type ^ targetType);

Parameters

values
Object[]

The values to convert

targetType
Type

The type to convert to

Returns

True if the conversion can continue, false if it cannot

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022