SyndicationItem::Load Method (XmlReader^)

 

Loads a SyndicationItem instance from the specified XmlReader.

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

public:
static SyndicationItem^ Load(
	XmlReader^ reader
)

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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.5
Silverlight
Available since 2.0
Return to top
Show: