PropertyPathConverter.CanConvertFrom(ITypeDescriptorContext, Type) 메서드

정의

이 변환기가 한 형식의 개체를 형식으로 변환할 PropertyPath 수 있는지 여부를 반환합니다.

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

매개 변수

typeDescriptorContext
ITypeDescriptorContext

ITypeDescriptorContext 형식 컨텍스트를 제공하는 항목입니다.

sourceType
Type

변환할 형식을 나타내는 A Type 입니다.

반품

형식이면 / >이고, 그렇지 않으면 .입니다.

적용 대상