XmlSerializationWriter.WriteXmlAttribute 方法

定義

指示 XmlNode 寫入 XML 屬性。

多載

WriteXmlAttribute(XmlNode, Object)

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

寫入指定的 XmlNode 物件做為 XML 屬性。

WriteXmlAttribute(XmlNode)

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

寫入指定的 XmlNode 做為 XML 屬性。

WriteXmlAttribute(XmlNode, Object)

寫入指定的 XmlNode 物件做為 XML 屬性。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

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)

參數

node
XmlNode

要寫入的 XML 節點。

container
Object

用來產生 Web 服務描述語言 (WSDL) 命名空間 ("http://schemas.xmlsoap.org/wsdl/") (英文) 的 arrayType 屬性之限定名稱值的 XmlSchemaObject 物件 (或 null)。

備註

的受保護成員 XmlSerializationWriter 僅供在 .NET Framework XML 序列化基礎結構內部使用的衍生類別使用。

適用於

WriteXmlAttribute(XmlNode)

寫入指定的 XmlNode 做為 XML 屬性。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

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)

參數

node
XmlNode

要寫入的 XML 節點。

備註

的受保護成員 XmlSerializationWriter 僅供在 .NET Framework XML 序列化基礎結構內部使用的衍生類別使用。

適用於