MultiValueConverter<T1,T2,T3,T4,T5,T6,T7,TTarget>.ConvertBack Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
| ConvertBack(Object, Type[], Object, CultureInfo) |
Converte os valores de volta no original. |
| ConvertBack(TTarget, T1, T2, T3, T4, T5, T6, T7, Object, CultureInfo) |
Converte os valores de volta no original. |
ConvertBack(Object, Type[], Object, CultureInfo)
Converte os valores de volta no original.
public:
override cli::array <System::Object ^> ^ ConvertBack(System::Object ^ value, cli::array <Type ^> ^ targetTypes, System::Object ^ parameter, System::Globalization::CultureInfo ^ culture);
public override sealed object[] ConvertBack (object value, Type[] targetTypes, object parameter, System.Globalization.CultureInfo culture);
override this.ConvertBack : obj * Type[] * obj * System.Globalization.CultureInfo -> obj[]
Public Overrides NotOverridable Function ConvertBack (value As Object, targetTypes As Type(), parameter As Object, culture As CultureInfo) As Object()
Parâmetros
- value
- Object
- targetTypes
- Type[]
- parameter
- Object
O parâmetro.
- culture
- CultureInfo
A cultura.
Retornos
- Object[]
Retorna Object.
Aplica-se a
ConvertBack(TTarget, T1, T2, T3, T4, T5, T6, T7, Object, CultureInfo)
Converte os valores de volta no original.
protected:
virtual void ConvertBack(TTarget value, [Runtime::InteropServices::Out] T1 % value1, [Runtime::InteropServices::Out] T2 % value2, [Runtime::InteropServices::Out] T3 % value3, [Runtime::InteropServices::Out] T4 % value4, [Runtime::InteropServices::Out] T5 % value5, [Runtime::InteropServices::Out] T6 % value6, [Runtime::InteropServices::Out] T7 % value7, System::Object ^ parameter, System::Globalization::CultureInfo ^ culture);
protected virtual void ConvertBack (TTarget value, out T1 value1, out T2 value2, out T3 value3, out T4 value4, out T5 value5, out T6 value6, out T7 value7, object parameter, System.Globalization.CultureInfo culture);
override this.ConvertBack : 'arget * 'T1 * 'T2 * 'T3 * 'T4 * 'T5 * 'T6 * 'T7 * obj * System.Globalization.CultureInfo -> unit
Protected Overridable Sub ConvertBack (value As TTarget, ByRef value1 As T1, ByRef value2 As T2, ByRef value3 As T3, ByRef value4 As T4, ByRef value5 As T5, ByRef value6 As T6, ByRef value7 As T7, parameter As Object, culture As CultureInfo)
Parâmetros
- value
- TTarget
O primeiro valor.
- value1
- T1
O segundo valor.
- value2
- T2
O terceiro valor.
- value3
- T3
O quarto valor.
- value4
- T4
O quinto valor.
- value5
- T5
O sexto valor.
- value6
- T6
O sétimo valor.
- value7
- T7
O primeiro valor.
- parameter
- Object
Parâmetros.
- culture
- CultureInfo
A cultura.