LinkConverter.CanConvertTo(ITypeDescriptorContext, Type) 메서드

정의

지정된 컨텍스트가 있는 개체를 지정된 형식으로 변환할 수 있는지 여부를 LinkConverter 결정하는 값을 검색합니다.

public:
 override bool CanConvertTo(System::ComponentModel::ITypeDescriptorContext ^ context, Type ^ destinationType);
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 변환할 개체에 대한 컨텍스트 정보를 제공합니다.

destinationType
Type

개체를 변환할 형식입니다.

반품

지정된 개체를 변환할 수 있으면 그렇지 않으면 .입니다.

적용 대상

추가 정보