MultiValueConverter<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,TTarget>.ConvertCore(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 TTarget ConvertCore(cli::array <System::Object ^> ^ values, Type ^ targetType, System::Object ^ parameter, System::Globalization::CultureInfo ^ culture);
protected override sealed TTarget ConvertCore (object[] values, Type targetType, object parameter, System.Globalization.CultureInfo culture);
override this.ConvertCore : obj[] * Type * obj * System.Globalization.CultureInfo -> 'arget
Protected Overrides NotOverridable Function ConvertCore (values As Object(), targetType As Type, parameter As Object, culture As CultureInfo) As TTarget
Paramètres
- values
- Object[]
- targetType
- Type
- parameter
- Object
- culture
- CultureInfo
Retours
- TTarget