Metodo ImageSourceValueConverter.ConvertBack

Converts the specified value back from the specified target type.

Spazio dei nomi:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Sintassi

'Dichiarazione
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
)

Parametri

  • parameter
    Tipo: System.Object
    Parameters relevant to conversion.

Valore restituito

Tipo: System.Object
Returns the value back from the target type.

Implementa

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ImageSourceValueConverter Classe

Spazio dei nomi Microsoft.VisualStudio.PlatformUI