MultiValueConverterBase<TTarget>.ConvertBackCore 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.
protected:
abstract cli::array <System::Object ^> ^ ConvertBackCore(System::Object ^ value, cli::array <Type ^> ^ targetTypes, System::Object ^ parameter, System::Globalization::CultureInfo ^ culture);
protected abstract object[] ConvertBackCore (object value, Type[] targetTypes, object parameter, System.Globalization.CultureInfo culture);
abstract member ConvertBackCore : obj * Type[] * obj * System.Globalization.CultureInfo -> obj[]
Protected MustOverride Function ConvertBackCore (value As Object, targetTypes As Type(), parameter As Object, culture As CultureInfo) As Object()
Parameters
- value
- Object
- targetTypes
- Type[]
- parameter
- Object
- culture
- CultureInfo
Returns
Object[]