Rss20FeedFormatter.SetFeed(SyndicationFeed) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the SyndicationFeed instance associated with the Rss20FeedFormatter.
protected public:
override void SetFeed(System::ServiceModel::Syndication::SyndicationFeed ^ feed);
protected internal override void SetFeed (System.ServiceModel.Syndication.SyndicationFeed feed);
override this.SetFeed : System.ServiceModel.Syndication.SyndicationFeed -> unit
Protected Friend Overrides Sub SetFeed (feed As SyndicationFeed)
Parameters
- feed
- SyndicationFeed
The SyndicationFeed to associate with the Rss20FeedFormatter.
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.