Aracılığıyla paylaş


DataBindingCollectionConverter.ConvertTo Yöntem

Tanım

Veri bağlama koleksiyonunu belirtilen türe dönüştürür.

public:
 override System::Object ^ ConvertTo(System::ComponentModel::ITypeDescriptorContext ^ context, System::Globalization::CultureInfo ^ culture, System::Object ^ value, Type ^ destinationType);
public override object ConvertTo (System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, Type destinationType);
override this.ConvertTo : System.ComponentModel.ITypeDescriptorContext * System.Globalization.CultureInfo * obj * Type -> obj
Public Overrides Function ConvertTo (context As ITypeDescriptorContext, culture As CultureInfo, value As Object, destinationType As Type) As Object

Parametreler

context
ITypeDescriptorContext

ITypeDescriptorContext Veri bağlama koleksiyonunun ait olduğu bileşeni veya denetimi gösteren.

culture
CultureInfo

CultureInfo Ek kültür bilgileri sağlamak için kullanılabilecek bir.

value
Object

Dönüştürülecek nesne.

destinationType
Type

Dönüştürülecek tür.

Döndürülenler

Object

Tür dönüştürmesi tarafından üretilen nesne. destinationType Parametresi türündeyseString, bu yöntem boş bir dize ("") döndürür.

Açıklamalar

Parametresi türündeyse destinationType Stringbu yöntem boş bir dize döndürür. Aksi takdirde bu yöntem temel TypeConverter sınıfın yöntemini çağırırConvertTo.

Şunlara uygulanır