Condividi tramite


MetadataSerializer.WriteLocalizedName Metodo

Definizione

Scrive un nome localizzato.

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)

Parametri

writer
XmlWriter

Writer XML.

name
LocalizedName

Nome localizzato.

element
XmlQualifiedName

Nome completo xml.

Eccezioni

writer è null.

oppure

name è null.

oppure

element è null.

Si applica a