共用方式為


SyndicationItem.Links 屬性

定義

取得專案中包含的連結。

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

屬性值

atom:entry下所有atom:link專案的集合。

備註

這個屬性代表atom:entry下所有atom:link元素的集合。 針對 RSS 2.0,此集合包含 連結主機殼批註 元素。

適用於