Atom10FeedFormatter::ReadItem Method (XmlReader^, SyndicationFeed^)
.NET Framework (current version)
Reads a syndication item from XmlReader instance using the SyndicationFeed instance.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
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.
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.
.NET Framework
Available since 3.5
Silverlight
Available since 2.0
Available since 3.5
Silverlight
Available since 2.0
Show: