Méthode | Description | |
---|---|---|
Convert ( Array values, Type targetType, object parameter, System.Globalization.CultureInfo culture ) : object |
Converts a value. Used in data binding. Override this method (sealed).
|
|
ConvertBack ( object value, Array targetTypes, object parameter, System.Globalization.CultureInfo culture ) : object[] |
Unimplemented method for converting back. This converter can only be used for one-way binding.
|
public abstract Convert ( Array values, Type targetType, object parameter, System.Globalization.CultureInfo culture ) : object | ||
values | Array | The array of values that the source bindings in the MultiBinding produces |
targetType | Type | The type of the binding target property |
parameter | object | The converter parameter to use |
culture | System.Globalization.CultureInfo | The culture to use in the converter |
Résultat | object |
public ConvertBack ( object value, Array targetTypes, object parameter, System.Globalization.CultureInfo culture ) : object[] | ||
value | object | Unused parameter |
targetTypes | Array | Unused parameter |
parameter | object | Unused parameter |
culture | System.Globalization.CultureInfo | Unused parameter |
Résultat | object[] |