ObjectToModelValueConverter.Convert(Object[], Type, Object, CultureInfo) Método
Definição
Converte o ModelPropertyEntry especificado em um ModelItem que contém a entrada original.Converts the specified ModelPropertyEntry to a ModelItem that contains the original entry.
public:
virtual System::Object ^ Convert(cli::array <System::Object ^> ^ values, Type ^ targetType, System::Object ^ parameter, System::Globalization::CultureInfo ^ culture);
public object Convert (object[] values, Type targetType, object parameter, System.Globalization.CultureInfo culture);
abstract member Convert : obj[] * Type * obj * System.Globalization.CultureInfo -> obj
override this.Convert : obj[] * Type * obj * System.Globalization.CultureInfo -> obj
Public Function Convert (values As Object(), targetType As Type, parameter As Object, culture As CultureInfo) As Object
Parâmetros
- values
- Object[]
O ModelPropertyEntry a ser convertido.The ModelPropertyEntry to convert.
- targetType
- Type
Não usado nesta implementação.Not used in this implementation.
- parameter
- Object
Não usado nesta implementação.Not used in this implementation.
- culture
- CultureInfo
Não usado nesta implementação.Not used in this implementation.
Retornos
Retorna Object.Returns Object.
Implementações
Comentários
Esse método é uma associação bidirecional com o PropertyValue objeto.This method is a two-way binding with the PropertyValue object.