XmlSerializationWriter.WriteXmlAttribute 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指示 XmlNode 编写 XML 属性。
重载
| 名称 | 说明 |
|---|---|
| WriteXmlAttribute(XmlNode, Object) |
此 API 支持产品基础结构,不能在代码中直接使用。 将指定的 XmlNode 对象写入 XML 属性。 |
| WriteXmlAttribute(XmlNode) |
此 API 支持产品基础结构,不能在代码中直接使用。 写入指定 XmlNode 为 XML 属性。 |
WriteXmlAttribute(XmlNode, Object)
- Source:
- XmlSerializationWriter.cs
- Source:
- XmlSerializationWriter.cs
- Source:
- XmlSerializationWriter.cs
- Source:
- XmlSerializationWriter.cs
- Source:
- XmlSerializationWriter.cs
将指定的 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
用于XmlSchemaObject从 Web 服务描述语言(WSDL)命名空间(“;)”null)生成属性的限定名称值arrayType的对象(或http://schemas.xmlsoap.org/wsdl/")。
注解
XmlSerializationWriter的受保护成员仅供在 .NET Framework XML 序列化基础结构内部使用的派生类使用。
适用于
WriteXmlAttribute(XmlNode)
- Source:
- XmlSerializationWriter.cs
- Source:
- XmlSerializationWriter.cs
- Source:
- XmlSerializationWriter.cs
- Source:
- XmlSerializationWriter.cs
- Source:
- XmlSerializationWriter.cs
写入指定 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 序列化基础结构内部使用的派生类使用。