ModelPropertyEntryToOwnerActivityConverter.ConvertBack Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
L'appel de cette méthode n'est pas pris en charge.
public:
virtual System::Object ^ ConvertBack(System::Object ^ value, Type ^ targetType, System::Object ^ parameter, System::Globalization::CultureInfo ^ culture);
public object ConvertBack (object value, Type targetType, object parameter, System.Globalization.CultureInfo culture);
abstract member ConvertBack : obj * Type * obj * System.Globalization.CultureInfo -> obj
override this.ConvertBack : obj * Type * obj * System.Globalization.CultureInfo -> obj
Public Function ConvertBack (value As Object, targetType As Type, parameter As Object, culture As CultureInfo) As Object
Paramètres
- value
- Object
Valeur produite par la cible de liaison.
- targetType
- Type
Type vers lequel effectuer la conversion.
- parameter
- Object
Paramètre de convertisseur à utiliser.
- culture
- CultureInfo
Culture à utiliser dans le convertisseur.
Retours
Retourne Object.