Aracılığıyla paylaş


ModelPropertyEntryToModelItemConverter.ConvertBack Yöntem

Tanım

Bu sürümde desteklenmiyor.

Aşırı Yüklemeler

ConvertBack(Object, Type, Object, CultureInfo)

Bu sürümde desteklenmiyor.

ConvertBack(Object, Type[], Object, CultureInfo)

Bu sürümde desteklenmiyor.

ConvertBack(Object, Type, Object, CultureInfo)

Bu sürümde desteklenmiyor.

public:
 virtual System::Object ^ ConvertBack(System::Object ^ value, Type ^ targetType, System::Object ^ parameter, System::Globalization::CultureInfo ^ culture);
public object ConvertBack (object value, 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 (value As Object, targetType As Type, parameter As Object, culture As CultureInfo) As Object

Parametreler

value
Object

Kullanılmadı.

targetType
Type

Kullanılmadı.

parameter
Object

Kullanılmadı.

culture
CultureInfo

Kullanılmadı.

Döndürülenler

Object

Bir nesne.

Uygulamalar

Şunlara uygulanır

ConvertBack(Object, Type[], Object, CultureInfo)

Bu sürümde desteklenmiyor.

public:
 virtual cli::array <System::Object ^> ^ ConvertBack(System::Object ^ value, cli::array <Type ^> ^ targetTypes, System::Object ^ parameter, System::Globalization::CultureInfo ^ culture);
public object[] ConvertBack (object value, Type[] targetTypes, 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 (value As Object, targetTypes As Type(), parameter As Object, culture As CultureInfo) As Object()

Parametreler

value
Object

Kullanılmadı.

targetTypes
Type[]

Kullanılmadı.

parameter
Object

Kullanılmadı.

culture
CultureInfo

Kullanılmadı.

Döndürülenler

Object[]

Bir nesne.

Uygulamalar

Şunlara uygulanır