SyndicationItemFormatter.CreateLink(SyndicationItem) メソッド

定義

SyndicationLink クラスの新しいインスタンスを作成します。

protected:
 static System::ServiceModel::Syndication::SyndicationLink ^ CreateLink(System::ServiceModel::Syndication::SyndicationItem ^ item);
protected public:
 static System::ServiceModel::Syndication::SyndicationLink ^ CreateLink(System::ServiceModel::Syndication::SyndicationItem ^ item);
protected 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 Shared Function CreateLink (item As SyndicationItem) As SyndicationLink
Protected Friend Shared Function CreateLink (item As SyndicationItem) As SyndicationLink

パラメーター

item
SyndicationItem

新しい SyndicationItem を作成するために使用する SyndicationLink

戻り値

SyndicationLink

新しい SyndicationLink インスタンス。

注釈

新しく作成された SyndicationLink インスタンスは、それを作成するために使用された SyndicationItem インスタンスに自動的には追加されません。

適用対象