다음을 통해 공유


StringCollectionConverter.ConvertFrom 메서드

정의

지정한 개체를 StringCollection으로 변환합니다.

public:
 override System::Object ^ ConvertFrom(System::ComponentModel::ITypeDescriptorContext ^ context, System::Globalization::CultureInfo ^ culture, System::Object ^ value);
public override object ConvertFrom (System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value);
override this.ConvertFrom : System.ComponentModel.ITypeDescriptorContext * System.Globalization.CultureInfo * obj -> obj
Public Overrides Function ConvertFrom (context As ITypeDescriptorContext, culture As CultureInfo, value As Object) As Object

매개 변수

context
ITypeDescriptorContext

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

culture
CultureInfo

현재 문화권으로 사용할 개체입니다.

value
Object

변환할 개체입니다.

반환

Object

변환된 값입니다.

적용 대상