SyndicationContent.WriteContentsTo(XmlWriter) 方法

定义

将此 SyndicationContent 对象的内容写入指定的 XmlWriter

protected:
 abstract void WriteContentsTo(System::Xml::XmlWriter ^ writer);
protected abstract void WriteContentsTo (System.Xml.XmlWriter writer);
abstract member WriteContentsTo : System.Xml.XmlWriter -> unit
Protected MustOverride Sub WriteContentsTo (writer As XmlWriter)

参数

writer
XmlWriter

要向其中进行写入的 XmlWriter

注解

此方法只会写入 SyndicationContent 中包含的内容。

适用于