共用方式為


SyndicationFeedFormatter.CreateLink 方法

定義

建立 SyndicationLink 類別的新執行個體。

多載

CreateLink(SyndicationFeed)

使用指定的 SyndicationLink,建立 SyndicationFeed 類別的新執行個體。

CreateLink(SyndicationItem)

使用指定的 SyndicationLink,建立 SyndicationItem 類別的新執行個體。

CreateLink(SyndicationFeed)

來源:
SyndicationFeedFormatter.cs
來源:
SyndicationFeedFormatter.cs
來源:
SyndicationFeedFormatter.cs
來源:
SyndicationFeedFormatter.cs

使用指定的 SyndicationLink,建立 SyndicationFeed 類別的新執行個體。

protected public:
 static System::ServiceModel::Syndication::SyndicationLink ^ CreateLink(System::ServiceModel::Syndication::SyndicationFeed ^ feed);
protected internal static System.ServiceModel.Syndication.SyndicationLink CreateLink (System.ServiceModel.Syndication.SyndicationFeed feed);
static member CreateLink : System.ServiceModel.Syndication.SyndicationFeed -> System.ServiceModel.Syndication.SyndicationLink
Protected Friend Shared Function CreateLink (feed As SyndicationFeed) As SyndicationLink

參數

feed
SyndicationFeed

要用來建立新的 SyndicationFeedSyndicationLink

傳回

新的 SyndicationLink 執行個體。

備註

新建立的 SyndicationLink 執行個體不會自動新增至用來建立它的 SyndicationFeed 執行個體。

適用於

CreateLink(SyndicationItem)

來源:
SyndicationFeedFormatter.cs
來源:
SyndicationFeedFormatter.cs
來源:
SyndicationFeedFormatter.cs
來源:
SyndicationFeedFormatter.cs

使用指定的 SyndicationLink,建立 SyndicationItem 類別的新執行個體。

protected public:
 static System::ServiceModel::Syndication::SyndicationLink ^ CreateLink(System::ServiceModel::Syndication::SyndicationItem ^ item);
protected internal static System.ServiceModel.Syndication.SyndicationLink CreateLink (System.ServiceModel.Syndication.SyndicationItem item);
static member CreateLink : System.ServiceModel.Syndication.SyndicationItem -> System.ServiceModel.Syndication.SyndicationLink
Protected Friend Shared Function CreateLink (item As SyndicationItem) As SyndicationLink

參數

item
SyndicationItem

要用來建立新的 SyndicationItemSyndicationLink

傳回

新的 SyndicationLink 執行個體。

備註

新建立的 SyndicationLink 執行個體不會自動新增至用來建立它的 SyndicationItem 執行個體。

適用於