IsAllTrueConverter.ConvertBack Method
Not implemented
Namespace: Microsoft.TeamFoundation.Controls.WPF.Converters
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Overridable Function ConvertBack ( _
value As Object, _
targetType As Type(), _
parameter As Object, _
culture As CultureInfo _
) As Object()
public virtual Object[] ConvertBack(
Object value,
Type[] targetType,
Object parameter,
CultureInfo culture
)
public:
virtual array<Object^>^ ConvertBack(
Object^ value,
array<Type^>^ targetType,
Object^ parameter,
CultureInfo^ culture
)
abstract ConvertBack :
value:Object *
targetType:Type[] *
parameter:Object *
culture:CultureInfo -> Object[]
override ConvertBack :
value:Object *
targetType:Type[] *
parameter:Object *
culture:CultureInfo -> Object[]
public function ConvertBack(
value : Object,
targetType : Type[],
parameter : Object,
culture : CultureInfo
) : Object[]
Parameters
- value
Type: System.Object
- targetType
Type: array<System.Type[]
- parameter
Type: System.Object
- culture
Type: System.Globalization.CultureInfo
Return Value
Type: array<System.Object[]
Returns Object.
Implements
IMultiValueConverter.ConvertBack(Object, array<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.