Atom10FeedFormatter.WriteItems Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Writes a collection of SyndicationItem instances to the specified XmlWriter.
Namespace: System.ServiceModel.Syndication
Assembly: System.ServiceModel.Syndication (in System.ServiceModel.Syndication.dll)
Syntax
'Declaration
Protected Overridable Sub WriteItems ( _
writer As XmlWriter, _
items As IEnumerable(Of SyndicationItem), _
feedBaseUri As Uri _
)
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.
Version Information
Silverlight
Supported in: 5, 4, 3
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.