EndpointIdentityConverter.CanConvertTo(ITypeDescriptorContext, Type) 方法

定义

获取一个值,该值确定转换器是否可将 EndpointIdentity 实例转换为指定类型。

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

要转换到的类型。

返回

Boolean

如果此转换器能够执行请求的转换,则为 true;否则为 false

适用于