MultiValueConverterBase<TTarget>.ValidateConvertParameters(Object[], Type) Méthode

Définition

Valide les paramètres passés à IMultiValueConverter. Convert

protected:
 bool ValidateConvertParameters(cli::array <System::Object ^> ^ values, Type ^ targetType);
protected:
 bool ValidateConvertParameters(Platform::Array <Platform::Object ^> ^ values, Platform::Type ^ targetType);
protected bool ValidateConvertParameters (object[] values, Type targetType);
member this.ValidateConvertParameters : obj[] * Type -> bool
Protected Function ValidateConvertParameters (values As Object(), targetType As Type) As Boolean

Paramètres

values
Object[]

Valeurs à convertir.

targetType
Type

Type vers lequel effectuer la conversion

Retours

Boolean

True si la conversion peut se poursuivre, false si elle ne peut pas

S’applique à