BrushConverter.CanConvertTo(ITypeDescriptorContext, Type) Methode

Definitie

Bepaalt of deze klasse een object van een bepaald type kan converteren naar het opgegeven doeltype.

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

De conversiecontext.

destinationType
Type

Het doeltype.

Retouren

Retourneert true als conversie mogelijk is; anders. false

Van toepassing op