DynamicUpdateMapItemConverter.CanConvertTo Method

Definition

Determines whether the specified type can be converted to.

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

Parameters

context
ITypeDescriptorContext

Context information that is used for conversion.

destinationType
Type

The type to convert to.

Returns

true if the specified type can be converted to; otherwise, false.

Applies to