Aracılığıyla paylaş


ThicknessConverter.ConvertTo Yöntem

Tanım

bir örneğini Thickness belirtilen türe dönüştürmeyi dener.

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

Bir türün bağlam bilgileri.

cultureInfo
CultureInfo

CultureInfo Dönüştürülmekte olan türün değeri.

value
Object

Dönüştürülecek örneği Thickness .

destinationType
Type

Bu örneğinin Thickness dönüştürüldüğü tür.

Döndürülenler

Object

Tür dönüştürücü bir örneğini Thicknessdönüştürdüğünde oluşturulan tür.

Öznitelikler

Özel durumlar

Nesne value null başvuru değil (Nothing) ve Brush değil veya destinationType dönüştürme için geçerli türlerden biri değil.

Nesne value null başvurudur.

Şunlara uygulanır

Ayrıca bkz.