Udostępnij za pośrednictwem


ObjectToModelValueConverter.Convert Metoda

Definicja

Konwertuje określony ModelPropertyEntry element na ModelItem , który zawiera pierwotną pozycję.

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

Parametry

values
Object[]

ModelPropertyEntryDo przekonwertowania.

targetType
Type

Nieużywane w tej implementacji.

parameter
Object

Nieużywane w tej implementacji.

culture
CultureInfo

Nieużywane w tej implementacji.

Zwraca

Object

Zwraca wartość Object.

Implementuje

Uwagi

Ta metoda jest dwukierunkowym powiązaniem z PropertyValue obiektem.

Dotyczy