언어

ActionTypeConverter.CanConvertFrom(ITypeDescriptorContext, Type) 메서드

정의

액션 타입 변환기가 지정된 소스 객체에서 변환할 수 있는지 명시합니다.

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

매개 변수

context
ITypeDescriptorContext

컨텍스트입니다.

sourceType
Type

원본 형식입니다.

반품

행동 유형 변환기가 지정된 소스 객체에서 변환할 수 있다면 참입니다; 그렇지 않으면 거짓입니다.

적용 대상