ActivityBindTypeConverter.CanConvertFrom(ITypeDescriptorContext, Type) 方法

定义

返回一个值,该值指示转换器能否使用指定上下文将给定源类型的对象转换为 ActivityBind

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

参数

context
ITypeDescriptorContext

提供格式上下文的 ITypeDescriptorContext

sourceType
Type

表示要转换的类型的 Type

返回

如果该转换器能够执行转换,则为 true;否则为 false

注解

如果 CanConvertFrom 为字符串,则 true 将返回 sourceType

适用于