ServiceDocument.WriteAttributeExtensions(XmlWriter, String) 方法

定义

使用指定的联合版本将属性扩展写入指定的 XmlWriterWrites the attribute extensions to the specified XmlWriter using the specified syndication version.

protected public:
 virtual void WriteAttributeExtensions(System::Xml::XmlWriter ^ writer, System::String ^ version);
protected internal virtual void WriteAttributeExtensions (System.Xml.XmlWriter writer, string version);
abstract member WriteAttributeExtensions : System.Xml.XmlWriter * string -> unit
override this.WriteAttributeExtensions : System.Xml.XmlWriter * string -> unit
Protected Friend Overridable Sub WriteAttributeExtensions (writer As XmlWriter, version As String)

参数

writer
XmlWriter

要向其中进行写入的 XmlReaderThe XmlReader to write to.

version
String

要在写入时使用的联合版本。The syndication version to use when writing.

适用于