XmlSyndicationContent.WriteContentsTo(XmlWriter) Method

Definition

Write the contents of the XmlSyndicationContent to the specified 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)

Parameters

writer
XmlWriter

The XmlWriter to write to.

Remarks

This method writes the inner XML content of the XmlSyndicationContent instance (for example, it does not write the top level start and end elements of the syndication content).

Applies to