언어

ActionTypeConverter.CanConvertTo(ITypeDescriptorContext, Type) 메서드

정의

액션 타입 변환기가 지정된 목적지 객체로 변환할 수 있는지 명시합니다.

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

매개 변수

context
ITypeDescriptorContext

컨텍스트입니다.

destinationType
Type

대상 형식입니다.

반품

행동 유형 변환기가 지정된 목적지 객체로 변환할 수 있다면 참이며; 그렇지 않으면 거짓입니다.

적용 대상