SyndicationItemFormatter.CreateLink(SyndicationItem) Method

Definition

Creates a new instance of the SyndicationLink class.

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

Parameters

item
SyndicationItem

The SyndicationItem to use to create the new SyndicationLink.

Returns

SyndicationLink

A new SyndicationLink instance.

Remarks

The newly created SyndicationLink instance is not automatically added to the SyndicationItem instance used to create it.

Applies to