AlternationConverter.ConvertBack(Object, Type, Object, CultureInfo) 方法

定义

Values 列表中的对象转换为整数。

public:
 virtual System::Object ^ ConvertBack(System::Object ^ o, Type ^ targetType, System::Object ^ parameter, System::Globalization::CultureInfo ^ culture);
public object ConvertBack (object o, Type targetType, object parameter, System.Globalization.CultureInfo culture);
abstract member ConvertBack : obj * Type * obj * System.Globalization.CultureInfo -> obj
override this.ConvertBack : obj * Type * obj * System.Globalization.CultureInfo -> obj
Public Function ConvertBack (o As Object, targetType As Type, parameter As Object, culture As CultureInfo) As Object

参数

o
Object

要在 Values 属性中查找的对象。

targetType
Type

绑定目标属性的类型。

parameter
Object

要使用的转换器参数。

culture
CultureInfo

要用在转换器中的区域性。

返回

Object

如果 oValues 中,则为其索引,如果 o 不在 Values 中,则为 -1。

实现

适用于