Partager via


ImageSourceValueConverter.ConvertBack, méthode

Converts the specified value back from the specified target type.

Espace de noms :  Microsoft.VisualStudio.PlatformUI
Assembly :  Microsoft.VisualStudio.Shell.11.0 (dans Microsoft.VisualStudio.Shell.11.0.dll)

Syntaxe

'Déclaration
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
)

Paramètres

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

Valeur de retour

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

Implémentations

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

Sécurité .NET Framework

Voir aussi

Référence

ImageSourceValueConverter Classe

Microsoft.VisualStudio.PlatformUI, espace de noms