MultiValueConverterBase<TTarget>.ValidateConvertBackParameters Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Validates the parameters passed to IMultiValueConverter.ConvertBack
protected:
void ValidateConvertBackParameters(System::Object ^ value, cli::array <Type ^> ^ targetTypes);
protected:
void ValidateConvertBackParameters(Platform::Object ^ value, Platform::Array <Platform::Type ^> ^ targetTypes);
protected void ValidateConvertBackParameters (object value, Type[] targetTypes);
member this.ValidateConvertBackParameters : obj * Type[] -> unit
Protected Sub ValidateConvertBackParameters (value As Object, targetTypes As Type())
Parameters
- value
- Object
The value to convert back
- targetTypes
- Type[]
The types to convert back to