SyndicationFeedFormatter.WriteTo(XmlWriter) Method

Definition

Writes the SyndicationFeed to the specified XmlWriter instance.

public:
 abstract void WriteTo(System::Xml::XmlWriter ^ writer);
public abstract void WriteTo (System.Xml.XmlWriter writer);
abstract member WriteTo : System.Xml.XmlWriter -> unit
Public MustOverride Sub WriteTo (writer As XmlWriter)

Parameters

writer
XmlWriter

The XmlWriter to write the SyndicationFeed to.

Applies to