DynamicResourceExtensionConverter.CanConvertTo Method

Definition

Returns a value indicating whether this converter can convert an object to the given destination type using the context.

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 in which the provided type should be evaluated.

destinationType
Type

The type of the destination/output of conversion.

Returns

true if destinationType is type of InstanceDescriptor; otherwise, false.

Applies to