Sdílet prostřednictvím


SyndicationFeedFormatter Konstruktory

Definice

Vytvoří novou instanci třídy SyndicationFeedFormatter.

Přetížení

SyndicationFeedFormatter()

Vytvoří novou instanci třídy SyndicationFeedFormatter.

SyndicationFeedFormatter(SyndicationFeed)

Vytvoří novou instanci SyndicationFeedFormatter třídy se zadanou SyndicationFeed instancí.

SyndicationFeedFormatter()

Zdroj:
SyndicationFeedFormatter.cs
Zdroj:
SyndicationFeedFormatter.cs
Zdroj:
SyndicationFeedFormatter.cs
Zdroj:
SyndicationFeedFormatter.cs

Vytvoří novou instanci třídy SyndicationFeedFormatter.

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

Platí pro

SyndicationFeedFormatter(SyndicationFeed)

Zdroj:
SyndicationFeedFormatter.cs
Zdroj:
SyndicationFeedFormatter.cs
Zdroj:
SyndicationFeedFormatter.cs
Zdroj:
SyndicationFeedFormatter.cs

Vytvoří novou instanci SyndicationFeedFormatter třídy se zadanou SyndicationFeed instancí.

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)

Parametry

feedToWrite
SyndicationFeed

K zápisu SyndicationFeed .

Poznámky

Musí SyndicationFeedFormatter mít SyndicationFeed přidružený. Pak SyndicationFeedFormatter může zapsat do SyndicationFeedXmlReader. Jediný způsob, jak přidružit SyndicationFeed k tomuto konstruktoru SyndicationFeedFormatter , je použít tento konstruktor.

Platí pro