AlternationConverter.Convert(Object, Type, Object, CultureInfo) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
整数を 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
パラメーター
- targetType
- Type
バインディング ターゲット プロパティの型。
- parameter
- Object
使用するコンバーター パラメーター。
- culture
- CultureInfo
コンバーターで使用するカルチャ。
戻り値
o
を Values の項目数で除算した剰余の位置にあるオブジェクト。