Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This API is not implemented.
Namespace: Microsoft.Windows.Controls.Ribbon.Primitives
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Public Function ConvertBack ( _
value As Object, _
targetTypes As Type(), _
parameter As Object, _
culture As CultureInfo _
) As Object()
public Object[] ConvertBack(
Object value,
Type[] targetTypes,
Object parameter,
CultureInfo culture
)
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[]
public final function ConvertBack(
value : Object,
targetTypes : Type[],
parameter : Object,
culture : CultureInfo
) : Object[]
Parameters
- value
Type: System.Object
This API is not implemented.
- targetTypes
Type: System.Type[]
This API is not implemented.
- parameter
Type: System.Object
This API is not implemented.
- culture
Type: System.Globalization.CultureInfo
This API is not implemented.
Return Value
Type: System.Object[]
Binding.DoNothing in all cases.
Implements
IMultiValueConverter.ConvertBack(Object, Type[], Object, CultureInfo)
Remarks
Binding.DoNothing is returned to indicate that the binding should use the fallback or default value.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.