RequestCachePolicyConverter.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

형식 컨텍스트입니다.

destinationType
Type

지원을 위해 쿼리되는 형식입니다.

반품

이 변환기가 변환을 수행할 수 있으면

설명

CanConvertTo .NET Framework 버전 3.5에 도입되었습니다. 자세한 내용은 버전 및 종속성을 참조하세요.

적용 대상