XmlSyndicationContent.WriteContentsTo(XmlWriter) 方法

定义

XmlSyndicationContent 的内容写入指定的 XmlWriter

protected:
 override void WriteContentsTo(System::Xml::XmlWriter ^ writer);
protected override void WriteContentsTo (System.Xml.XmlWriter writer);
override this.WriteContentsTo : System.Xml.XmlWriter -> unit
Protected Overrides Sub WriteContentsTo (writer As XmlWriter)

参数

writer
XmlWriter

要向其中进行写入的 XmlWriter

注解

此方法会写入 XmlSyndicationContent 实例的内部 XML 内容(例如,它不写入联合内容的顶层开始元素和结束元素)。

适用于