SyndicationFeedFormatter Constructors
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.
SyndicationFeedFormatter() |
Creates a new instance of the SyndicationFeedFormatter class. |
SyndicationFeedFormatter(SyndicationFeed) |
Creates a new instance of the SyndicationFeedFormatter class with the specified SyndicationFeed instance. |
- Source:
- SyndicationFeedFormatter.cs
- Source:
- SyndicationFeedFormatter.cs
Creates a new instance of the SyndicationFeedFormatter class.
protected:
SyndicationFeedFormatter();
protected SyndicationFeedFormatter ();
Protected Sub New ()
Applies to
.NET 9 (package-provided) e outras versões
Produto | Versões |
---|---|
.NET | 6 (package-provided), 7 (package-provided), 8 (package-provided), 9 (package-provided) |
.NET Framework | 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7 (package-provided), 4.7, 4.7.1 (package-provided), 4.7.1, 4.7.2 (package-provided), 4.7.2, 4.8 (package-provided), 4.8, 4.8.1 |
.NET Standard | 2.0 (package-provided) |
- 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.
Applies to
.NET 9 (package-provided) e outras versões
Produto | Versões |
---|---|
.NET | 6 (package-provided), 7 (package-provided), 8 (package-provided), 9 (package-provided) |
.NET Framework | 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7 (package-provided), 4.7, 4.7.1 (package-provided), 4.7.1, 4.7.2 (package-provided), 4.7.2, 4.8 (package-provided), 4.8, 4.8.1 |
.NET Standard | 2.0 (package-provided) |
Comentários do .NET
O .NET é um projeto código aberto. Selecione um link para fornecer comentários: