SyndicationContent.WriteContentsTo(XmlWriter) Method

Definition

Writes the contents of this SyndicationContent object to the specified 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)

Parameters

writer
XmlWriter

The XmlWriter to write to.

Remarks

This method only writes the content contained in the SyndicationContent.

Applies to