SyndicationItem.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 インスタンスは、SyndicationItem メソッドを呼び出すときに使用される CreateLink() インスタンスに自動的に追加されません。

適用対象