Share via


RibbonWindowSmallIconConverter.ConvertBack Method

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, _
    targetType As Type, _
    parameter As Object, _
    culture As CultureInfo _
) As Object
public Object ConvertBack(
    Object value,
    Type targetType,
    Object parameter,
    CultureInfo culture
)
public:
virtual Object^ ConvertBack(
    Object^ value, 
    Type^ targetType, 
    Object^ parameter, 
    CultureInfo^ culture
) sealed
abstract ConvertBack : 
        value:Object * 
        targetType:Type * 
        parameter:Object * 
        culture:CultureInfo -> Object 
override ConvertBack : 
        value:Object * 
        targetType:Type * 
        parameter:Object * 
        culture:CultureInfo -> Object 
public final function ConvertBack(
    value : Object, 
    targetType : Type, 
    parameter : Object, 
    culture : CultureInfo
) : Object

Parameters

  • targetType
    Type: System.Type
    This API is not implemented.

Return Value

Type: System.Object
This API is not implemented.

Implements

IValueConverter.ConvertBack(Object, Type, Object, CultureInfo)

Exceptions

Exception Condition
NotImplementedException

All cases.

.NET Framework Security

See Also

Reference

RibbonWindowSmallIconConverter Class

Microsoft.Windows.Controls.Ribbon.Primitives Namespace