SyndicationFeedFormatter Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of the SyndicationFeedFormatter class.
Overloads
SyndicationFeedFormatter() |
Creates a new instance of the SyndicationFeedFormatter class. |
SyndicationFeedFormatter(SyndicationFeed) |
Creates a new instance of the SyndicationFeedFormatter class with the specified SyndicationFeed instance. |
SyndicationFeedFormatter()
- Source:
- SyndicationFeedFormatter.cs
- Source:
- SyndicationFeedFormatter.cs
- Source:
- SyndicationFeedFormatter.cs
- Source:
- SyndicationFeedFormatter.cs
Creates a new instance of the SyndicationFeedFormatter class.
protected:
SyndicationFeedFormatter();
protected SyndicationFeedFormatter ();
Protected Sub New ()
Applies to
SyndicationFeedFormatter(SyndicationFeed)
- Source:
- SyndicationFeedFormatter.cs
- Source:
- SyndicationFeedFormatter.cs
- Source:
- SyndicationFeedFormatter.cs
- Source:
- SyndicationFeedFormatter.cs
Creates a new instance of the SyndicationFeedFormatter class with the specified SyndicationFeed instance.
protected:
SyndicationFeedFormatter(System::ServiceModel::Syndication::SyndicationFeed ^ feedToWrite);
protected SyndicationFeedFormatter (System.ServiceModel.Syndication.SyndicationFeed feedToWrite);
new System.ServiceModel.Syndication.SyndicationFeedFormatter : System.ServiceModel.Syndication.SyndicationFeed -> System.ServiceModel.Syndication.SyndicationFeedFormatter
Protected Sub New (feedToWrite As SyndicationFeed)
Parameters
- feedToWrite
- SyndicationFeed
The SyndicationFeed to write.
Remarks
A SyndicationFeedFormatter must have a SyndicationFeed associated with it. The SyndicationFeedFormatter can then write out the SyndicationFeed to an XmlReader. The only way to associate a SyndicationFeed with a SyndicationFeedFormatter is by using this constructor.