SyndicationFeedFormatter Konstruktory

Definicja

Tworzy nowe wystąpienie klasy SyndicationFeedFormatter.

Przeciążenia

SyndicationFeedFormatter()

Tworzy nowe wystąpienie klasy SyndicationFeedFormatter.

SyndicationFeedFormatter(SyndicationFeed)

Tworzy nowe wystąpienie SyndicationFeedFormatter klasy z określonym SyndicationFeed wystąpieniem.

SyndicationFeedFormatter()

Źródło:
SyndicationFeedFormatter.cs
Źródło:
SyndicationFeedFormatter.cs
Źródło:
SyndicationFeedFormatter.cs
Źródło:
SyndicationFeedFormatter.cs

Tworzy nowe wystąpienie klasy SyndicationFeedFormatter.

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

Dotyczy

SyndicationFeedFormatter(SyndicationFeed)

Źródło:
SyndicationFeedFormatter.cs
Źródło:
SyndicationFeedFormatter.cs
Źródło:
SyndicationFeedFormatter.cs
Źródło:
SyndicationFeedFormatter.cs

Tworzy nowe wystąpienie SyndicationFeedFormatter klasy z określonym SyndicationFeed wystąpieniem.

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

Element SyndicationFeed do zapisu.

Uwagi

Element SyndicationFeedFormatter musi być SyndicationFeed skojarzony z nim. Następnie SyndicationFeedFormatter można zapisać element SyndicationFeed w obiekcie XmlReader. Jedynym sposobem skojarzenia obiektu z elementem SyndicationFeedSyndicationFeedFormatter jest użycie tego konstruktora.

Dotyczy