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
将指定的 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对象 (或null
) 用于从 Web 服务描述语言 (WSDL) 命名空间 (“http://schemas.xmlsoap.org/wsdl/") 生成特性的限定名称值arrayType
。
注解
的受保护成员XmlSerializationWriter仅供在 .NET Framework XML 序列化基础结构内部使用的派生类使用。
适用于
WriteXmlAttribute(XmlNode)
- 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 序列化基础结构内部使用的派生类使用。