Share via


ShadowTypeConverter.CanConvertTo(ITypeDescriptorContext, Type) Method

Definition

Checks whether the given destinationType is a Shadow.

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

The context to use for conversion.

destinationType
Type

The type to convert to.

Returns

Applies to