Atom10FeedFormatter Constructor (SyndicationFeed^)

 

Creates a new instance of the Atom10FeedFormatter class with the specified SyndicationFeed instance.

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

public:
Atom10FeedFormatter(
	SyndicationFeed^ feedToWrite
)

Parameters

feedToWrite
Type: System.ServiceModel.Syndication::SyndicationFeed^

The SyndicationFeed to serialize.

The following code shows how to create a SyndicationFeed and serialize it to Atom 1.0.

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: