InputScopeConverter.CanConvertTo(ITypeDescriptorContext, Type) 메서드

정의

InputScope 개체를 지정된 형식의 개체로 변환할 수 있는지 여부를 결정합니다.

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

형식 설명자 컨텍스트를 설명하는 개체입니다. 이 개체는 ITypeDescriptorContext 인터페이스를 구현해야 합니다. 이 매개 변수는 null일 수 있습니다.

destinationType
Type

변환 호환성을 확인할 Type입니다.

반환

destinationTypeString 형식이면 true이고, 그렇지 않으면 false입니다.

적용 대상