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

コンバーターで使用するカルチャ。

戻り値

oValues にある場合はそのインデックス、または o が Values に存在しない場合は -1。

実装

適用対象