Point3DConverter.CanConvertFrom(ITypeDescriptorContext, Type) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定是否可将一个类从给定类型转换为 Point3D 结构的实例。
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
描述类型的上下文信息。
- sourceType
- Type
正被计算用于转换的源类型。
返回
指示该类型是否可转换为 Point3D 结构。
值 | 含义 |
---|---|
false | 转换器无法从提供的类型进行转换。 |
true | 转换器可将提供的类型转换为 Point3D。 |