MenuScrollingVisibilityConverter.Convert メソッド

定義

ソースからターゲットに値を移動すると呼び出されます。

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

パラメーター

values
Object[]

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

targetType
Type

ターゲットの型。 ソースを変換する型。

parameter
Object

コンバーター パラメーター。

culture
CultureInfo

カルチャ情報。

戻り値

変換された値。

実装

注釈

UnsetValue は、コンバーターが値を生成せず、既定値を使用する必要があることを示すために 返される場合があります。

DoNothing バインディングが値を転送したり、既定値を使用したりしないことを示すために が返される場合があります。

適用対象