共用方式為


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

備註

此方法只會寫入 所含內容。

適用於