次の方法で共有


ArgumentToExpressionConverter.Convert メソッド

定義

指定した引数を式に変換します。

public:
 virtual System::Object ^ Convert(System::Object ^ value, Type ^ targetType, System::Object ^ parameter, System::Globalization::CultureInfo ^ culture);
public object Convert (object value, 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 (value As Object, targetType As Type, parameter As Object, culture As CultureInfo) As Object

パラメーター

value
Object

バインディング ソースによって生成された値。

targetType
Type

バインディング ターゲット プロパティの型。

parameter
Object

使用するコンバーター パラメーター。

culture
CultureInfo

コンバーターで使用する CultureInfo

戻り値

変換された Argument.Expression を含む Object のインスタンス。

変換された Argument.Expression を含んでいます。

実装

注釈

parameter

適用対象