Share via


SyndicationFeedFormatter Constructores

Definición

Crea una nueva instancia de la clase SyndicationFeedFormatter.

Sobrecargas

SyndicationFeedFormatter()

Crea una nueva instancia de la clase SyndicationFeedFormatter.

SyndicationFeedFormatter(SyndicationFeed)

Crea una nueva instancia de la clase SyndicationFeedFormatter con la instancia de SyndicationFeed especificada.

SyndicationFeedFormatter()

Source:
SyndicationFeedFormatter.cs
Source:
SyndicationFeedFormatter.cs
Source:
SyndicationFeedFormatter.cs
Source:
SyndicationFeedFormatter.cs

Crea una nueva instancia de la clase SyndicationFeedFormatter.

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

Se aplica a

SyndicationFeedFormatter(SyndicationFeed)

Source:
SyndicationFeedFormatter.cs
Source:
SyndicationFeedFormatter.cs
Source:
SyndicationFeedFormatter.cs
Source:
SyndicationFeedFormatter.cs

Crea una nueva instancia de la clase SyndicationFeedFormatter con la instancia de SyndicationFeed especificada.

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)

Parámetros

feedToWrite
SyndicationFeed

SyndicationFeed que se va a escribir.

Comentarios

Un SyndicationFeedFormatter debe tener un SyndicationFeed asociado a él. De esta forma, el SyndicationFeedFormatter puede escribir la SyndicationFeed en una XmlReader. La única manera de asociar un SyndicationFeed a un SyndicationFeedFormatter consiste en utilizar este constructor.

Se aplica a