StrokeCollectionConverter.CanConvertFrom(ITypeDescriptorContext, Type) 메서드

정의

StrokeCollectionConverter가 지정된 형식의 개체를 StrokeCollection으로 변환할 수 있는지 여부를 나타내는 값을 반환합니다.

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

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

sourceType
Type

변환할 Type입니다.

반환

Boolean

StrokeCollectionConvertersourceType 형식의 개체를 StrokeCollection으로 변환할 수 있으면 true이고, 그렇지 않으면 false입니다.

적용 대상