MultiValueConverter<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,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:
override cli::array <System::Object ^> ^ ConvertBackCore(System::Object ^ value, cli::array <Type ^> ^ targetTypes, System::Object ^ parameter, System::Globalization::CultureInfo ^ culture);
protected override sealed object[] ConvertBackCore (object value, Type[] targetTypes, object parameter, System.Globalization.CultureInfo culture);
override this.ConvertBackCore : obj * Type[] * obj * System.Globalization.CultureInfo -> obj[]
Protected Overrides NotOverridable 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[]