Rss20FeedFormatter::WriteItems Method (XmlWriter^, IEnumerable<SyndicationItem^>^, Uri^)

 

Writes a collection of SyndicationItem instances to the specified XmlWriter.

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

protected:
virtual void WriteItems(
	XmlWriter^ writer,
	IEnumerable<SyndicationItem^>^ items,
	Uri^ feedBaseUri
)

Parameters

writer
Type: System.Xml::XmlWriter^

The XmlWriter to write to.

items
Type: System.Collections.Generic::IEnumerable<SyndicationItem^>^

A collection of SyndicationItem instances to write.

feedBaseUri
Type: System::Uri^

The base URI for the feed.

Override this method to change the way a collection of SyndicationItem objects.

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