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

변환을 위해 확인할 소스 형식입니다.

반환

Boolean

형식을 KeySpline으로 변환할 수 있으면 true이고, 그렇지 않으면 false입니다.

적용 대상