ModelPropertyEntryToModelItemConverter.ConvertBack Method (Object, Type, Object, CultureInfo)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Not supported in this release.

Namespace:  System.Activities.Design.View
Assembly:  System.Activities.Design (in System.Activities.Design.dll)

Syntax

'Declaration
Public Function ConvertBack ( _
    value As Object, _
    targetType As Type, _
    parameter As Object, _
    culture As CultureInfo _
) As Object
'Usage
Dim instance As ModelPropertyEntryToModelItemConverter
Dim value As Object
Dim targetType As Type
Dim parameter As Object
Dim culture As CultureInfo
Dim returnValue As Object

returnValue = instance.ConvertBack(value, _
    targetType, parameter, culture)
public Object ConvertBack(
    Object value,
    Type targetType,
    Object parameter,
    CultureInfo culture
)
public:
virtual Object^ ConvertBack(
    Object^ value, 
    Type^ targetType, 
    Object^ parameter, 
    CultureInfo^ culture
) sealed
public final function ConvertBack(
    value : Object, 
    targetType : Type, 
    parameter : Object, 
    culture : CultureInfo
) : Object
abstract ConvertBack : 
        value:Object * 
        targetType:Type * 
        parameter:Object * 
        culture:CultureInfo -> Object 
override ConvertBack : 
        value:Object * 
        targetType:Type * 
        parameter:Object * 
        culture:CultureInfo -> Object 

Parameters

Return Value

Type: System.Object
Returns an Object.

Implements

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

.NET Framework Security

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Framework

Supported in: 4

See Also

Reference

ModelPropertyEntryToModelItemConverter Class

ModelPropertyEntryToModelItemConverter Members

ConvertBack Overload

System.Activities.Design.View Namespace