SyndicationFeedFormatter Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée une instance de la SyndicationFeedFormatter classe.
Surcharges
| Nom | Description |
|---|---|
| SyndicationFeedFormatter() |
Crée une instance de la SyndicationFeedFormatter classe. |
| SyndicationFeedFormatter(SyndicationFeed) |
Crée une instance de la SyndicationFeedFormatter classe avec l’instance spécifiée SyndicationFeed . |
SyndicationFeedFormatter()
Crée une instance de la SyndicationFeedFormatter classe.
protected:
SyndicationFeedFormatter();
protected SyndicationFeedFormatter();
Protected Sub New ()
S’applique à
SyndicationFeedFormatter(SyndicationFeed)
Crée une instance de la SyndicationFeedFormatter classe avec l’instance spécifiée SyndicationFeed .
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)
Paramètres
- feedToWrite
- SyndicationFeed
SyndicationFeed À écrire.
Remarques
Un SyndicationFeedFormatter doit être SyndicationFeed associé à celui-ci. Le SyndicationFeedFormatter peut ensuite écrire dans SyndicationFeed un XmlReader. La seule façon d’associer un SyndicationFeed à un SyndicationFeedFormatter consiste à utiliser ce constructeur.