Atom10FeedFormatter::ReadItem Method (XmlReader^, SyndicationFeed^)

 

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

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

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.

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
Return to top
Show: