MultiValueConverter<T1,T2,TTarget>.ConvertBackCore(Object, Type[], Object, CultureInfo) 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.
protected:
override cli::array <System::Object ^> ^ ConvertBackCore(System::Object ^ value, cli::array <Type ^> ^ targetTypes, System::Object ^ parameter, System::Globalization::CultureInfo ^ culture);
protected override sealed object[] ConvertBackCore (object value, Type[] targetTypes, object parameter, System.Globalization.CultureInfo culture);
override this.ConvertBackCore : obj * Type[] * obj * System.Globalization.CultureInfo -> obj[]
Protected Overrides NotOverridable Function ConvertBackCore (value As Object, targetTypes As Type(), parameter As Object, culture As CultureInfo) As Object()
Paramètres
- value
- Object
- targetTypes
- Type[]
- parameter
- Object
- culture
- CultureInfo
Retours
- Object[]