UpdateStateToLargeImageConverterConvertBack Method |
Not implemented.
Namespace: Kjs.AppLife.Update.Wpf.ConvertersAssembly: Kjs.AppLife.Update.Wpf (in Kjs.AppLife.Update.Wpf.dll) Version: 5.1.0.0 (5.1.0.0)
Syntaxpublic Object[] ConvertBack(
Object value,
Type[] targetTypes,
Object parameter,
CultureInfo culture
)
Public Function ConvertBack (
value As Object,
targetTypes As Type(),
parameter As Object,
culture As CultureInfo
) As Object()
public:
virtual array<Object^>^ ConvertBack(
Object^ value,
array<Type^>^ targetTypes,
Object^ parameter,
CultureInfo^ culture
) sealed
abstract ConvertBack :
value : Object *
targetTypes : Type[] *
parameter : Object *
culture : CultureInfo -> Object[]
override ConvertBack :
value : Object *
targetTypes : Type[] *
parameter : Object *
culture : CultureInfo -> Object[]
Parameters
- value
- Type: SystemObject
This parameter is not used. - targetTypes
- Type: SystemType
This parameter is not used. - parameter
- Type: SystemObject
This parameter is not used. - culture
- Type: System.GlobalizationCultureInfo
This parameter is not used.
Return Value
Type:
ObjectDoNothing in all cases.
Implements
IMultiValueConverterConvertBack(Object, Type, Object, CultureInfo)
See Also