TextSyndicationContent.WriteContentsTo(XmlWriter) Method

Definition

Writes the contents of the TextSyndicationContent 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.

Applies to