SyndicationFeedFormatter Costruttori

Definizione

Crea una nuova istanza della classe SyndicationFeedFormatter.

Overload

SyndicationFeedFormatter()

Crea una nuova istanza della classe SyndicationFeedFormatter.

SyndicationFeedFormatter(SyndicationFeed)

Crea una nuova istanza della classe SyndicationFeedFormatter con l'istanza di SyndicationFeed specificata.

SyndicationFeedFormatter()

Origine:
SyndicationFeedFormatter.cs
Origine:
SyndicationFeedFormatter.cs
Origine:
SyndicationFeedFormatter.cs
Origine:
SyndicationFeedFormatter.cs

Crea una nuova istanza della classe SyndicationFeedFormatter.

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

Si applica a

SyndicationFeedFormatter(SyndicationFeed)

Origine:
SyndicationFeedFormatter.cs
Origine:
SyndicationFeedFormatter.cs
Origine:
SyndicationFeedFormatter.cs
Origine:
SyndicationFeedFormatter.cs

Crea una nuova istanza della classe SyndicationFeedFormatter con l'istanza di SyndicationFeed specificata.

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)

Parametri

feedToWrite
SyndicationFeed

Valore SyndicationFeed da scrivere.

Commenti

Un formattatore SyndicationFeedFormatter deve avere un elemento SyndicationFeed associato. SyndicationFeedFormatter può quindi scrivere SyndicationFeed in un XmlReader. L'utilizzo di questo costruttore rappresenta l'unico modo in cui associare un SyndicationFeed a un SyndicationFeedFormatter.

Si applica a