SyndicationFeedFormatter.Feed Propriété
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.
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 associé au formateur.
Remarques
Un SyndicationFeed est associé au SyndicationFeedFormatter en passant une instance SyndicationFeed au constructeur SyndicationFeedFormatter.