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

  • feedBaseUri
    Type: System.Uri
    The base URI for the feed.

Remarks

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

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.