Compartir a través de


MetadataSerializer.WriteLocalizedName Método

Definición

Escribe un nombre traducido.

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)

Parámetros

writer
XmlWriter

Sistema de escritura XML.

name
LocalizedName

Nombre traducido.

element
XmlQualifiedName

Nombre completo xml.

Excepciones

writer es null.

O bien

name es null.

O bien

element es null.

Se aplica a