SyndicationFeedFormatter.Feed Propiedad

Definición

Obtiene el SyndicationFeed asociado al formateador.

public:
 property System::ServiceModel::Syndication::SyndicationFeed ^ Feed { System::ServiceModel::Syndication::SyndicationFeed ^ get(); };
public System.ServiceModel.Syndication.SyndicationFeed Feed { get; }
member this.Feed : System.ServiceModel.Syndication.SyndicationFeed
Public ReadOnly Property Feed As SyndicationFeed

Valor de propiedad

SyndicationFeed

SyndicationFeed asociado al formateador.

Comentarios

SyndicationFeed se asocia al SyndicationFeedFormatter pasando una instancia de SyndicationFeed al constructor de SyndicationFeedFormatter.

Se aplica a