SyndicationFeedFormatter.Feed Propriété

Définition

Obtient le SyndicationFeed associé au formateur.

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

Valeur de propriété

SyndicationFeed

SyndicationFeed associé au formateur.

Remarques

Un SyndicationFeed est associé au SyndicationFeedFormatter en passant une instance SyndicationFeed au constructeur SyndicationFeedFormatter.

S’applique à