Atom10FeedFormatter.ReadItem Method

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Reads a syndication item from XmlReader instance using the SyndicationFeed instance.

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

Syntax

'Declaration
Protected Overridable Function ReadItem ( _
    reader As XmlReader, _
    feed As SyndicationFeed _
) As SyndicationItem
protected virtual SyndicationItem ReadItem(
    XmlReader reader,
    SyndicationFeed feed
)

Parameters

Remarks

This method does not add the newly created SyndicationItem instance to the SyndicationFeed, because this is done by the caller of the method. This method provides an extensibility point for classes derived from Atom10FeedFormatter to customize how an Atom 1.0 entry is deserialized.

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.