ThicknessConverter.CanConvertFrom(ITypeDescriptorContext, Type) 方法

定义

确定类型转换器是否可以根据指定的类型创建 Thickness 实例。

public:
 override bool CanConvertFrom(System::ComponentModel::ITypeDescriptorContext ^ typeDescriptorContext, Type ^ sourceType);
public override bool CanConvertFrom (System.ComponentModel.ITypeDescriptorContext typeDescriptorContext, Type sourceType);
override this.CanConvertFrom : System.ComponentModel.ITypeDescriptorContext * Type -> bool
Public Overrides Function CanConvertFrom (typeDescriptorContext As ITypeDescriptorContext, sourceType As Type) As Boolean

参数

typeDescriptorContext
ITypeDescriptorContext

类型的上下文信息。

sourceType
Type

正被类型转换器计算用于转换的源类型。

返回

Boolean

如果类型转换器可以根据指定的类型创建 Thickness 实例,则为 true;否则为 false

适用于

另请参阅