EventSetterHandlerConverter.CanConvertTo(ITypeDescriptorContext, Type) Methode

Definitie

Retourneert of dit conversieprogramma het object kan converteren naar het opgegeven type.

public:
 override bool CanConvertTo(System::ComponentModel::ITypeDescriptorContext ^ typeDescriptorContext, Type ^ destinationType);
public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext typeDescriptorContext, Type destinationType);
override this.CanConvertTo : System.ComponentModel.ITypeDescriptorContext * Type -> bool
Public Overrides Function CanConvertTo (typeDescriptorContext As ITypeDescriptorContext, destinationType As Type) As Boolean

Parameters

typeDescriptorContext
ITypeDescriptorContext

Een ITypeDescriptorContext die een indelingscontext biedt.

destinationType
Type

Een Type dat het type vertegenwoordigt waarnaar u wilt converteren.

Retouren

Retourneert altijd false.

Van toepassing op