KeySplineConverter.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 un oggetto può essere convertito da un tipo specificato in un'istanza di un oggetto KeySpline.
public:
override bool CanConvertFrom(System::ComponentModel::ITypeDescriptorContext ^ typeDescriptor, Type ^ destinationType);
public override bool CanConvertFrom (System.ComponentModel.ITypeDescriptorContext typeDescriptor, Type destinationType);
override this.CanConvertFrom : System.ComponentModel.ITypeDescriptorContext * Type -> bool
Public Overrides Function CanConvertFrom (typeDescriptor As ITypeDescriptorContext, destinationType As Type) As Boolean
Parametri
- typeDescriptor
- ITypeDescriptorContext
Descrive le informazioni di contesto di un tipo.
- destinationType
- Type
Tipo dell'oggetto di origine valutato per la conversione.
Restituisce
true
se il tipo specificato può essere convertito in un oggetto KeySpline, altrimenti false
.