AlternationConverter.Convert(Object, Type, Object, CultureInfo) メソッド

定義

整数を Values リスト内のオブジェクトに変換します。

public:
 virtual System::Object ^ Convert(System::Object ^ o, Type ^ targetType, System::Object ^ parameter, System::Globalization::CultureInfo ^ culture);
public object Convert (object o, Type targetType, object parameter, System.Globalization.CultureInfo culture);
abstract member Convert : obj * Type * obj * System.Globalization.CultureInfo -> obj
override this.Convert : obj * Type * obj * System.Globalization.CultureInfo -> obj
Public Function Convert (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 の項目数で除算した剰余の位置にあるオブジェクト。

実装

適用対象