DynamicUpdateMapConverter.CanConvertTo(ITypeDescriptorContext, Type) Method      
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 -> boolPublic Overrides Function CanConvertTo (context As ITypeDescriptorContext, destinationType As Type) As BooleanParameters
- 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.