Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
)
public:
virtual array<Object^>^ ConvertBack(
Object^ value,
array<Type^>^ targetTypes,
Object^ parameter,
CultureInfo^ culture
) sealed
abstract ConvertBack :
value:Object *
targetTypes:Type[] *
parameter:Object *
culture:CultureInfo -> Object[]
override ConvertBack :
value:Object *
targetTypes:Type[] *
parameter:Object *
culture:CultureInfo -> Object[]
public final function ConvertBack(
value : Object,
targetTypes : Type[],
parameter : Object,
culture : CultureInfo
) : Object[]
Parameters
value
Type: System.ObjectThe set of values.
targetTypes
Type: array<System.Type[]The target type.
parameter
Type: System.ObjectThe conversion parameter.
culture
Type: System.Globalization.CultureInfoThe culture.
Return Value
Type: array<System.Object[]
This method throws a NotSupportedException.
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.