ExtendedProtectionPolicyTypeConverter.CanConvertTo Methode

Definitie

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

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

Het object dat moet worden geconverteerd.

destinationType
Type

Een Type dat het type vertegenwoordigt waarnaar u wilt converteren.

Retouren

true als dit conversieprogramma de conversie kan uitvoeren; anders false.

Van toepassing op