Condividi tramite


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

Definizione

Converte in Integer un oggetto nell'elenco Values.

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 proprietà Values.

targetType
Type

Tipo della proprietà di destinazione dell'associazione.

parameter
Object

Il parametro del convertitore da utilizzare.

culture
CultureInfo

Le impostazioni cultura da utilizzare nel convertitore.

Restituisce

Object

Indice di o se si trova in Values oppure -1 se o non esiste in Values.

Implementazioni

Si applica a