AndBooleanConverter.ConvertBack(Object, Type[], Object, CultureInfo) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Yalnızca Microsoft dahili kullanımı. Bu yöntem bir oluşturur NotSupportedException .
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
Değer kümesi.
- targetTypes
- Type[]
Hedef türü.
- parameter
- Object
Dönüştürme parametresi.
- culture
- CultureInfo
Kültür.
Döndürülenler
- Object[]
Bu yöntem bir oluşturur NotSupportedException .