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 classe SyndicationFeedFormatter.
Surcharges
SyndicationFeedFormatter() |
Crée une instance de la classe SyndicationFeedFormatter. |
SyndicationFeedFormatter(SyndicationFeed) |
Crée une nouvelle instance de la classe SyndicationFeedFormatter avec l'instance SyndicationFeed spécifiée. |
SyndicationFeedFormatter()
- Source:
- SyndicationFeedFormatter.cs
- Source:
- SyndicationFeedFormatter.cs
- Source:
- SyndicationFeedFormatter.cs
- Source:
- SyndicationFeedFormatter.cs
Crée une instance de la classe SyndicationFeedFormatter.
protected:
SyndicationFeedFormatter();
protected SyndicationFeedFormatter ();
Protected Sub New ()
S’applique à
SyndicationFeedFormatter(SyndicationFeed)
- Source:
- SyndicationFeedFormatter.cs
- Source:
- SyndicationFeedFormatter.cs
- Source:
- SyndicationFeedFormatter.cs
- Source:
- SyndicationFeedFormatter.cs
Crée une nouvelle instance de la classe SyndicationFeedFormatter avec l'instance SyndicationFeed spécifiée.
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 avoir un SyndicationFeed qui lui est associé. Le SyndicationFeedFormatter peut ensuite écrire le SyndicationFeed dans un XmlReader. La seule manière d'associer un SyndicationFeed à un SyndicationFeedFormatter est d'utiliser ce constructeur.