ServiceXNameTypeConverter.ConvertFrom 메서드

정의

지정된 값을 XName인스턴스로 변환합니다.

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

현재 culture입니다.

value
Object

변환할 개체입니다.

반환

변환된 값입니다.

설명

이 메서드는 변환할 개체에 기본 네임스페이스가 지정되어 있지 않은 경우 기본 네임스페이스를 추가하지 않습니다.

적용 대상