SyndicationItem::Load<TSyndicationItem> Method (XmlReader^)
.NET Framework (current version)
Loads a SyndicationItem derived object from the specified XmlReader.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: generic<typename TSyndicationItem> where TSyndicationItem : gcnew(), SyndicationItem static TSyndicationItem Load( XmlReader^ reader )
Parameters
- reader
-
Type:
System.Xml::XmlReader^
The XmlReader to read from.
Return Value
Type: TSyndicationItemA SyndicationItem derived object that contains the syndication item.
Type Parameters
- TSyndicationItem
The SyndicationItem-derived class to load.
Use this method when you are loading a syndication item into a class derived from SyndicationItem.
.NET Framework
Available since 3.5
Silverlight
Available since 2.0
Available since 3.5
Silverlight
Available since 2.0
Show: