共用方式為


SyndicationFeed.Links 屬性

定義

取得摘要相關連結。 這個屬性代表atom:feedatom:link元素的集合。 在 RSS 2.0中,這會對應至 連結 元素。

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 中,這會對應至 連結 元素。

適用於