ExpressionConverter.CanConvertTo(ITypeDescriptorContext, Type) Methode

Definitie

Retourneert of dit conversieprogramma een Expression object kan converteren naar een specifiek doeltype.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

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

Een ITypeDescriptorContext die een indelingscontext biedt.

destinationType
Type

Een Type die het type aangeeft waarnaar u wilt converteren.

Retouren

Altijd false.

Van toepassing op