XmlSyndicationContent.WriteContentsTo(XmlWriter) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將 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)
參數
備註
這個方法會寫入 XmlSyndicationContent 執行個體的內部 XML 內容 (例如,它不會寫入新聞訂閱內容的最上層開始與結束項目)。