GridLengthConverter.CanConvertTo(ITypeDescriptorContext, Type) 方法

定义

确定是否可将 GridLength 的实例转换成不同类型。

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

参数

typeDescriptorContext
ITypeDescriptorContext

描述类型的上下文信息。

destinationType
Type

正被计算用于转换的此 GridLength 实例的所需类型。

返回

Boolean

如果转换器可以将此 GridLength 实例转换为指定类型,则为 true;否则为 false

注解

GridLengthConverter支持从以下类型进行转换:String、、SingleDecimalDoubleInt16Int32Int64、、UInt16、 和。 UInt64UInt32

适用于

另请参阅