Share via


SyndicationFeedFormatter Konstruktoren

Definition

Erstellt eine neue Instanz der SyndicationFeedFormatter-Klasse.

Überlädt

SyndicationFeedFormatter()

Erstellt eine neue Instanz der SyndicationFeedFormatter-Klasse.

SyndicationFeedFormatter(SyndicationFeed)

Erstellt eine neue Instanz der SyndicationFeedFormatter-Klasse mit der angegebenen SyndicationFeed-Instanz.

SyndicationFeedFormatter()

Quelle:
SyndicationFeedFormatter.cs
Quelle:
SyndicationFeedFormatter.cs
Quelle:
SyndicationFeedFormatter.cs
Quelle:
SyndicationFeedFormatter.cs

Erstellt eine neue Instanz der SyndicationFeedFormatter-Klasse.

protected:
 SyndicationFeedFormatter();
protected SyndicationFeedFormatter ();
Protected Sub New ()

Gilt für:

SyndicationFeedFormatter(SyndicationFeed)

Quelle:
SyndicationFeedFormatter.cs
Quelle:
SyndicationFeedFormatter.cs
Quelle:
SyndicationFeedFormatter.cs
Quelle:
SyndicationFeedFormatter.cs

Erstellt eine neue Instanz der SyndicationFeedFormatter-Klasse mit der angegebenen SyndicationFeed-Instanz.

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)

Parameter

feedToWrite
SyndicationFeed

Das zu schreibende SyndicationFeed.

Hinweise

Ein SyndicationFeedFormatter muss über ein zugeordnetes SyndicationFeed verfügen. Dann kann das SyndicationFeedFormatter das SyndicationFeed in einem XmlReader ausgeben. Die einzige Möglichkeit, einem SyndicationFeed einen SyndicationFeedFormatter zuzuordnen, ist die Verwendung dieses Konstruktors.

Gilt für: