Rss20FeedFormatter::WriteTo Method (XmlWriter^)

 

Writes the SyndicationFeed associated with the Rss20FeedFormatter to the specified XmlWriter.

Namespace:   System.ServiceModel.Syndication
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
virtual void WriteTo(
	XmlWriter^ writer
) override

Parameters

writer
Type: System.Xml::XmlWriter^

The XmlWriter to write to.

The following code shows how to create a syndication feed and use a Rss20FeedFormatter to write the feed to an XmlWriter.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.5
Silverlight
Available since 2.0
Return to top
Show: