SyndicationFeedFormatter Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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()
Vytvoří novou instanci třídy SyndicationFeedFormatter.
protected:
SyndicationFeedFormatter();
protected SyndicationFeedFormatter ();
Protected Sub New ()
Platí pro
SyndicationFeedFormatter(SyndicationFeed)
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.