AlternationConverter.ConvertBack(Object, Type, Object, CultureInfo) Methode

Definitie

Converteert een object in de Values lijst naar een geheel getal.

public:
 virtual System::Object ^ ConvertBack(System::Object ^ o, Type ^ targetType, System::Object ^ parameter, System::Globalization::CultureInfo ^ culture);
public object ConvertBack(object o, 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 (o As Object, targetType As Type, parameter As Object, culture As CultureInfo) As Object

Parameters

o
Object

Het object dat in de Values eigenschap moet worden gevonden.

targetType
Type

Het type bindingsdoeleigenschap.

parameter
Object

De conversieprogrammaparameter die moet worden gebruikt.

culture
CultureInfo

De cultuur die in het conversieprogramma moet worden gebruikt.

Retouren

De index van o of deze zich in Valuesbevindt of -1 als o niet bestaat in Values.

Implementeringen

Van toepassing op