SyndicationItem.CreateLink Method

Definition

Creates a new SyndicationLink instance.

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

Returns

A new SyndicationLink instance.

Remarks

The new SyndicationLink instance is not automatically added to the SyndicationItem instance used to call the CreateLink() method.

Applies to