SyndicationItem::Load Method (XmlReader^)
.NET Framework (current version)
Loads a SyndicationItem instance from the specified XmlReader.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- reader
-
Type:
System.Xml::XmlReader^
The XmlReader to read from.
| Exception | Condition |
|---|---|
| XmlException | Invalid XML encountered during read. |
The following example shows how to load a syndication item into a SyndicationItem instance.
.NET Framework
Available since 3.5
Silverlight
Available since 2.0
Available since 3.5
Silverlight
Available since 2.0
Show: