JumpListItemForegroundConverter.ConvertBack Method

Definition

Modifies the target data before passing it to the source object

public:
 virtual Platform::Object ^ ConvertBack(Platform::Object ^ value, TypeName targetType, Platform::Object ^ parameter, Platform::String ^ language) = ConvertBack;
IInspectable ConvertBack(IInspectable const& value, TypeName const& targetType, IInspectable const& parameter, winrt::hstring const& language);
public object ConvertBack(object value, System.Type targetType, object parameter, string language);
function convertBack(value, targetType, parameter, language)
Public Function ConvertBack (value As Object, targetType As Type, parameter As Object, language As String) As Object

Parameters

value
Object

Platform::Object

IInspectable

The target data being passed to the source.

targetType
TypeName Type

The Type of data expected by the source object.

parameter
Object

Platform::Object

IInspectable

An optional parameter to be used in the converter logic.

language
String

Platform::String

winrt::hstring

The culture of the conversion.

Returns

Object

Platform::Object

IInspectable

The value to be passed to the source object.

Implements

M:Windows.UI.Xaml.Data.IValueConverter.ConvertBack(System.Object,Windows.UI.Xaml.Interop.TypeName,System.Object,System.String) M:Windows.UI.Xaml.Data.IValueConverter.ConvertBack(System.Object,System.Type,System.Object,System.String) M:Windows.UI.Xaml.Data.IValueConverter.ConvertBack(Platform::Object,Windows.UI.Xaml.Interop.TypeName,Platform::Object,Platform::String) M:Windows.UI.Xaml.Data.IValueConverter.ConvertBack(IInspectable,Windows.UI.Xaml.Interop.TypeName,IInspectable,winrt::hstring)

Applies to