Freigeben über


AndBooleanConverter.ConvertBack Method

Microsoft internal use only. This method throws a NotSupportedException.

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.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
)

Parameters

  • targetTypes
    Type: array<System.Type[]
    The target type.

Return Value

Type: array<System.Object[]
This method throws a NotSupportedException.

Implements

IMultiValueConverter.ConvertBack(Object, array<Type[], Object, CultureInfo)

.NET Framework Security

See Also

Reference

AndBooleanConverter Class

Microsoft.VisualStudio.PlatformUI Namespace