共用方式為


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 內容 (例如,它不會寫入新聞訂閱內容的最上層開始與結束項目)。

適用於