MultiValueConverter<T1,T2,T3,T4,T5,T6,T7,T8,T9,TTarget>.Convert 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
| Convert(Object[], Type, Object, CultureInfo) |
Converte os valores. |
| Convert(T1, T2, T3, T4, T5, T6, T7, T8, T9, Object, CultureInfo) |
Converte os valores. |
Convert(Object[], Type, Object, CultureInfo)
Converte os valores.
public:
override System::Object ^ Convert(cli::array <System::Object ^> ^ values, Type ^ targetType, System::Object ^ parameter, System::Globalization::CultureInfo ^ culture);
public override sealed object Convert (object[] values, Type targetType, object parameter, System.Globalization.CultureInfo culture);
override this.Convert : obj[] * Type * obj * System.Globalization.CultureInfo -> obj
Public Overrides NotOverridable Function Convert (values As Object(), targetType As Type, parameter As Object, culture As CultureInfo) As Object
Parâmetros
- values
- Object[]
Os valores.
- targetType
- Type
O tipo de destino.
- parameter
- Object
O parâmetro.
- culture
- CultureInfo
A cultura.
Retornos
Retorna Object.
Aplica-se a
Convert(T1, T2, T3, T4, T5, T6, T7, T8, T9, Object, CultureInfo)
Converte os valores.
protected:
virtual TTarget Convert(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6, T7 value7, T8 value8, T9 value9, System::Object ^ parameter, System::Globalization::CultureInfo ^ culture);
protected virtual TTarget Convert (T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6, T7 value7, T8 value8, T9 value9, object parameter, System.Globalization.CultureInfo culture);
override this.Convert : 'T1 * 'T2 * 'T3 * 'T4 * 'T5 * 'T6 * 'T7 * 'T8 * 'T9 * obj * System.Globalization.CultureInfo -> 'arget
Protected Overridable Function Convert (value1 As T1, value2 As T2, value3 As T3, value4 As T4, value5 As T5, value6 As T6, value7 As T7, value8 As T8, value9 As T9, parameter As Object, culture As CultureInfo) As TTarget
Parâmetros
- value1
- T1
O primeiro valor.
- value2
- T2
O segundo valor.
- value3
- T3
O terceiro valor.
- value4
- T4
O quarto valor.
- value5
- T5
O quinto valor.
- value6
- T6
O sexto valor.
- value7
- T7
O sétimo valor.
- value8
- T8
O oitavo valor.
- value9
- T9
O nono valor.
- parameter
- Object
Parâmetros.
- culture
- CultureInfo
A cultura.
Retornos
- TTarget
Retorna {0}.