QueryTypeToBrushConverter.ConvertBack Method
Namespace: Microsoft.VisualStudio.TeamFoundation.WorkItemTracking
Assembly: Microsoft.VisualStudio.TeamFoundation.WorkItemTracking (in Microsoft.VisualStudio.TeamFoundation.WorkItemTracking.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
- value
Type: System.Object
- targetType
Type: System.Type
- parameter
Type: System.Object
- culture
Type: System.Globalization.CultureInfo
Return Value
Type: System.Object
Returns Object.
Implements
IValueConverter.ConvertBack(Object, Type, Object, CultureInfo)
.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.
See Also
Reference
QueryTypeToBrushConverter Class
Microsoft.VisualStudio.TeamFoundation.WorkItemTracking Namespace