Rect3DConverter.CanConvertTo(ITypeDescriptorContext, Type) Metodo

Definizione

Ottiene un valore che indica se questo tipo di convertitore può eseguire o meno la conversione nel tipo specificato.

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

Parametri

context
ITypeDescriptorContext

Interfaccia ITypeDescriptorContext per questa chiamata.

destinationType
Type

Tipo sottoposto a query a fini di supporto.

Restituisce

true se il convertitore può eseguire la conversione nel tipo specificato; in caso contrario, false.

Si applica a