AlternationConverter.ConvertBack(Object, Type, Object, CultureInfo) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将 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
参数
- targetType
- Type
绑定目标属性的类型。
- parameter
- Object
要使用的转换器参数。
- culture
- CultureInfo
要用在转换器中的区域性。
返回
如果 o
在 Values 中,则为其索引,如果 o 不在 Values 中,则为 -1。