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

Definizione

Converte un oggetto nell'elenco Values in un numero intero.

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

Parametri

o
Object

Oggetto da trovare nella Values proprietà .

targetType
Type

Tipo della proprietà di destinazione dell'associazione.

parameter
Object

Parametro del convertitore da usare.

culture
CultureInfo

Impostazioni cultura da usare nel convertitore.

Valori restituiti

Indice di o se è in Valueso -1 se o non esiste in Values.

Implementazioni

Si applica a