MathConverter.IMultiValueConverter.ConvertBack 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.
virtual cli::array <System::Object ^> ^ System.Windows.Data.IMultiValueConverter.ConvertBack(System::Object ^ value, cli::array <Type ^> ^ targetTypes, System::Object ^ parameter, System::Globalization::CultureInfo ^ culture) = System::Windows::Data::IMultiValueConverter::ConvertBack;
object[] IMultiValueConverter.ConvertBack (object value, Type[] targetTypes, object parameter, System.Globalization.CultureInfo culture);
abstract member System.Windows.Data.IMultiValueConverter.ConvertBack : obj * Type[] * obj * System.Globalization.CultureInfo -> obj[]
override this.System.Windows.Data.IMultiValueConverter.ConvertBack : obj * Type[] * obj * System.Globalization.CultureInfo -> obj[]
Function ConvertBack (value As Object, targetTypes As Type(), parameter As Object, culture As CultureInfo) As Object() Implements IMultiValueConverter.ConvertBack
Parameters
- value
- Object
- targetTypes
- Type[]
- parameter
- Object
- culture
- CultureInfo
Returns
Object[]