LengthConverter.CanConvertFrom(ITypeDescriptorContext, Type) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Determina se la conversione è possibile da un tipo specificato a Double che rappresenta la lunghezza di un oggetto.
public:
override bool CanConvertFrom(System::ComponentModel::ITypeDescriptorContext ^ typeDescriptorContext, Type ^ sourceType);
public override bool CanConvertFrom (System.ComponentModel.ITypeDescriptorContext typeDescriptorContext, Type sourceType);
override this.CanConvertFrom : System.ComponentModel.ITypeDescriptorContext * Type -> bool
Public Overrides Function CanConvertFrom (typeDescriptorContext As ITypeDescriptorContext, sourceType As Type) As Boolean
Parametri
- typeDescriptorContext
- ITypeDescriptorContext
Fornisce informazioni contestuali su un componente.
- sourceType
- Type
Identifica il tipo di dati da valutare per la conversione.
Restituisce
true
se le conversione è possibile; in caso contrario, false
.
Commenti
LengthConvertersupporta la conversione in e dai tipi seguenti: String, , SingleDecimal, Double, Int16, Int32, Int64UInt16, , UInt32, e UInt64.