다음을 통해 공유


MetadataSerializer.WriteLocalizedName 메서드

정의

지역화된 이름을 씁니다.

protected:
 virtual void WriteLocalizedName(System::Xml::XmlWriter ^ writer, System::IdentityModel::Metadata::LocalizedName ^ name, System::Xml::XmlQualifiedName ^ element);
protected virtual void WriteLocalizedName (System.Xml.XmlWriter writer, System.IdentityModel.Metadata.LocalizedName name, System.Xml.XmlQualifiedName element);
abstract member WriteLocalizedName : System.Xml.XmlWriter * System.IdentityModel.Metadata.LocalizedName * System.Xml.XmlQualifiedName -> unit
override this.WriteLocalizedName : System.Xml.XmlWriter * System.IdentityModel.Metadata.LocalizedName * System.Xml.XmlQualifiedName -> unit
Protected Overridable Sub WriteLocalizedName (writer As XmlWriter, name As LocalizedName, element As XmlQualifiedName)

매개 변수

writer
XmlWriter

XML 작성기입니다.

name
LocalizedName

지역화된 이름입니다.

element
XmlQualifiedName

정규화된 XML 이름입니다.

예외

writer이(가) null인 경우

또는

namenull입니다.

또는

element이(가) null인 경우

적용 대상