Rss20FeedFormatter<TSyndicationFeed>.CreateFeedInstance 方法

定义

创建 SyndicationFeed 派生类的新实例。

protected:
 override System::ServiceModel::Syndication::SyndicationFeed ^ CreateFeedInstance();
protected override System.ServiceModel.Syndication.SyndicationFeed CreateFeedInstance ();
override this.CreateFeedInstance : unit -> System.ServiceModel.Syndication.SyndicationFeed
Protected Overrides Function CreateFeedInstance () As SyndicationFeed

返回

SyndicationFeed

SyndicationFeed 类的新实例。

适用于