Atom10FeedFormatter::WriteItems Method (XmlWriter^, IEnumerable<SyndicationItem^>^, Uri^)
.NET Framework (current version)
Writes a collection of SyndicationItem instances to the specified XmlWriter.
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
Available since 3.5
Silverlight
Available since 2.0
Show: