MetadataSerializer.WriteLocalizedName Method

Definition

Writes a localized name.

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)

Parameters

writer
XmlWriter

The XML writer.

name
LocalizedName

The localized name.

element
XmlQualifiedName

The xml qualified name.

Exceptions

writer is null.

-or-

name is null.

-or-

element is null.

Applies to