AndBooleanConverter.ConvertBack(Object, Type[], Object, CultureInfo) Methode

Definition

Nur für die interne Verwendung durch Microsoft vorgesehen. Diese Methode löst eine NotSupportedException aus.

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()

Parameter

value
Object

Der Satz von Werten.

targetTypes
Type[]

Der Zieltyp.

parameter
Object

Der Konvertierungsparameter.

culture
CultureInfo

Die Kultur.

Gibt zurück

Object[]

Diese Methode löst eine NotSupportedException aus.

Implementiert

Gilt für