ImplementationVersionConverter.CanConvertTo 方法

定义

确定是否可将指定类型转换成...

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

参数

context
ITypeDescriptorContext

用于转换的上下文信息。

destinationType
Type

要转换为的类型。

返回

如果可以将指定的类型转换为,则为 true;否则为 false

适用于