Share via


EventSetterHandlerConverter.CanConvertTo(ITypeDescriptorContext, Type) 메서드

정의

이 변환기가 개체를 지정된 형식으로 변환할 수 있는지 여부를 반환합니다.

public:
 override bool CanConvertTo(System::ComponentModel::ITypeDescriptorContext ^ typeDescriptorContext, Type ^ destinationType);
public override bool CanConvertTo (System.ComponentModel.ITypeDescriptorContext typeDescriptorContext, Type destinationType);
override this.CanConvertTo : System.ComponentModel.ITypeDescriptorContext * Type -> bool
Public Overrides Function CanConvertTo (typeDescriptorContext As ITypeDescriptorContext, destinationType As Type) As Boolean

매개 변수

typeDescriptorContext
ITypeDescriptorContext

형식 컨텍스트를 제공하는 ITypeDescriptorContext입니다.

destinationType
Type

변환할 형식을 나타내는 Type입니다.

반환

항상 false를 반환합니다.

적용 대상