Condividi tramite


BaseIListConverter.CanConvertFrom(ITypeDescriptorContext, Type) Metodo

Definizione

Determina se un determinato tipo può essere convertito.

public:
 override bool CanConvertFrom(System::ComponentModel::ITypeDescriptorContext ^ td, Type ^ t);
public override bool CanConvertFrom (System.ComponentModel.ITypeDescriptorContext td, Type t);
override this.CanConvertFrom : System.ComponentModel.ITypeDescriptorContext * Type -> bool
Public Overrides Function CanConvertFrom (td As ITypeDescriptorContext, t As Type) As Boolean

Parametri

td
ITypeDescriptorContext

Fornisce informazioni sul contesto necessarie per la conversione.

t
Type

Tipo valutato per la conversione.

Restituisce

Boolean

true se il tipo può essere convertito; in caso contrario, false.

Commenti

String è l'unico tipo supportato per la conversione.

Si applica a