Int32CollectionConverter.CanConvertFrom(ITypeDescriptorContext, Type) 메서드

정의

이 변환기에서 지정된 형식의 개체를 Int32Collection의 인스턴스로 변환할 수 있는지 여부를 확인합니다.

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

형식의 컨텍스트 정보를 설명합니다.

sourceType
Type

변환을 위해 확인할 소스 형식입니다.

반환

Boolean

변환기에서 제공된 형식을 Int32Collection의 인스턴스로 변환할 수 있으면 true이고, 그렇지 않으면 false입니다.

적용 대상