IMultiValueConverter.ConvertBack(Object, Type[], Object, CultureInfo) 方法

定义

public object[] ConvertBack(object value, Type[] targetTypes, object parameter, System.Globalization.CultureInfo culture);
abstract member ConvertBack : obj * Type[] * obj * System.Globalization.CultureInfo -> obj[]

参数

value
System.Object
targetTypes
System.Type[]
parameter
System.Object
culture
System.Globalization.CultureInfo

返回

System.Object[]

适用于