Aracılığıyla paylaş


KeyTimeConverter.ConvertTo Yöntem

Tanım

örneğini KeyTime başka bir türe dönüştürmeye çalışır.

public:
 override System::Object ^ ConvertTo(System::ComponentModel::ITypeDescriptorContext ^ typeDescriptorContext, System::Globalization::CultureInfo ^ cultureInfo, System::Object ^ value, Type ^ destinationType);
[System.Security.SecurityCritical]
public override object ConvertTo (System.ComponentModel.ITypeDescriptorContext typeDescriptorContext, System.Globalization.CultureInfo cultureInfo, object value, Type destinationType);
public override object ConvertTo (System.ComponentModel.ITypeDescriptorContext typeDescriptorContext, System.Globalization.CultureInfo cultureInfo, object value, Type destinationType);
[<System.Security.SecurityCritical>]
override this.ConvertTo : System.ComponentModel.ITypeDescriptorContext * System.Globalization.CultureInfo * obj * Type -> obj
override this.ConvertTo : System.ComponentModel.ITypeDescriptorContext * System.Globalization.CultureInfo * obj * Type -> obj
Public Overrides Function ConvertTo (typeDescriptorContext As ITypeDescriptorContext, cultureInfo As CultureInfo, value As Object, destinationType As Type) As Object

Parametreler

typeDescriptorContext
ITypeDescriptorContext

Dönüştürme için gereken bağlam bilgileri.

cultureInfo
CultureInfo

Dönüştürme sırasında dikkate alınan kültürel bilgiler.

value
Object

KeyTime değerinden dönüştürülecek.

destinationType
Type

Dönüştürme için değerlendirilen tür.

Döndürülenler

Object

tabanlı valueyeni bir nesne.

Öznitelikler

Şunlara uygulanır