言語

KeySplineConverter.CanConvertFrom(ITypeDescriptorContext, Type) メソッド

定義

オブジェクトを特定の型から 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

パラメーター

typeDescriptor
ITypeDescriptorContext

型のコンテキスト情報について説明します。

destinationType
Type

変換の評価対象となるソースの型。

返品

true 型を KeySplineに変換できる場合は false。それ以外の場合は。

適用対象