Rss20FeedFormatter.ReadItem Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Reads a syndication item from an 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
- reader
Type: System.Xml.XmlReader
The XmlReader to read from.
- feed
Type: System.ServiceModel.Syndication.SyndicationFeed
The SyndicationFeed used to create the new SyndicationItem instance.
Return Value
Type: System.ServiceModel.Syndication.SyndicationItem
A new SyndicationItem instance.
Remarks
The newly created SyndicationItem instance is not added to the SyndicationFeed associated with the Rss20FeedFormatter instance.
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.