Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 956 Bytes

jumplistitembackgroundconverter_convertback_2106225504.md

File metadata and controls

35 lines (24 loc) · 956 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Controls.Primitives.JumpListItemBackgroundConverter.ConvertBack(System.Object,Windows.UI.Xaml.Interop.TypeName,System.Object,System.String)
winrt method

Microsoft.UI.Xaml.Controls.Primitives.JumpListItemBackgroundConverter.ConvertBack

-description

Modifies the target data before passing it to the source object.

-parameters

-param value

The target data being passed to the source.

-param targetType

The Type of data expected by the source object.

-param parameter

An optional parameter to be used in the converter logic.

-param language

The culture of the conversion.

-returns

The value to be passed to the source object.

-remarks

-examples

-see-also