XmlSerializationWriter.WriteXmlAttribute Metodo

Definizione

Indica a una classe XmlNode di scrivere un attributo XML.

Overload

WriteXmlAttribute(XmlNode, Object)

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

Scrive l'oggetto XmlNode specificato come attributo XML.

WriteXmlAttribute(XmlNode)

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

Scrive la classe XmlNode specificata come attributo XML.

WriteXmlAttribute(XmlNode, Object)

Source:
XmlSerializationWriter.cs
Source:
XmlSerializationWriter.cs
Source:
XmlSerializationWriter.cs

Scrive l'oggetto XmlNode specificato come attributo XML.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

protected:
 void WriteXmlAttribute(System::Xml::XmlNode ^ node, System::Object ^ container);
protected void WriteXmlAttribute (System.Xml.XmlNode node, object? container);
protected void WriteXmlAttribute (System.Xml.XmlNode node, object container);
member this.WriteXmlAttribute : System.Xml.XmlNode * obj -> unit
Protected Sub WriteXmlAttribute (node As XmlNode, container As Object)

Parametri

node
XmlNode

Nome XML da scrivere.

container
Object

Oggetto XmlSchemaObject (o null) utilizzato per generare un valore di nome completo per un arrayType attributo dallo spazio dei nomi WSDL (Web Services Description Language) ("http://schemas.xmlsoap.org/wsdl/").

Commenti

I membri protetti di XmlSerializationWriter sono destinati all'uso solo da classi derivate usate internamente all'interno dell'infrastruttura di serializzazione XML di .NET Framework.

Si applica a

WriteXmlAttribute(XmlNode)

Source:
XmlSerializationWriter.cs
Source:
XmlSerializationWriter.cs
Source:
XmlSerializationWriter.cs

Scrive la classe XmlNode specificata come attributo XML.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

protected:
 void WriteXmlAttribute(System::Xml::XmlNode ^ node);
protected void WriteXmlAttribute (System.Xml.XmlNode node);
member this.WriteXmlAttribute : System.Xml.XmlNode -> unit
Protected Sub WriteXmlAttribute (node As XmlNode)

Parametri

node
XmlNode

Nome XML da scrivere.

Commenti

I membri protetti di XmlSerializationWriter sono destinati all'uso solo da classi derivate usate internamente all'interno dell'infrastruttura di serializzazione XML di .NET Framework.

Si applica a