SyndicationFeed.CreateLink 方法

定义

创建一个新的 SyndicationLink 实例。

protected public:
 virtual System::ServiceModel::Syndication::SyndicationLink ^ CreateLink();
protected internal virtual System.ServiceModel.Syndication.SyndicationLink CreateLink ();
abstract member CreateLink : unit -> System.ServiceModel.Syndication.SyndicationLink
override this.CreateLink : unit -> System.ServiceModel.Syndication.SyndicationLink
Protected Friend Overridable Function CreateLink () As SyndicationLink

返回

SyndicationLink

SyndicationLink 实例。

注解

新的 SyndicationLink 实例不会添加到用于创建它的 SyndicationFeed 实例。

适用于