MultiValueConverterBase<TTarget>.ValidateConvertParameters Method
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.Convert
protected:
bool ValidateConvertParameters(cli::array <System::Object ^> ^ values, Type ^ targetType);
C++/CX
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
- values
- Object[]
The values to convert
- targetType
- Type
The type to convert to
True if the conversion can continue, false if it cannot
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |