SyndicationItem::SaveAsAtom10 Method (XmlWriter^)

 

Write the syndication item to the specified XmlWriter in Atom 1.0 format.

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

public:
void SaveAsAtom10(
	XmlWriter^ writer
)

Parameters

writer
Type: System.Xml::XmlWriter^

The XmlWriter to write to.

The following code shows how to save a syndication item in Atom 1.0 format to the specified XML writer.

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: