SyndicationFeed.Links プロパティ

定義

フィードに関連付けられたリンクを取得します。 このプロパティは、atom:feed の atom:link 要素のコレクション を表しますRSS 2.0 では、これは link 要素にマップされます。

public:
 property IVector<SyndicationLink ^> ^ Links { IVector<SyndicationLink ^> ^ get(); };
IVector<SyndicationLink> Links();
public IList<SyndicationLink> Links { get; }
var iVector = syndicationFeed.links;
Public ReadOnly Property Links As IList(Of SyndicationLink)

プロパティ値

atom:feed の atom:link 要素のコレクション。 RSS 2.0 では、これはリンク要素にマップされます。

適用対象