SyndicationItem.Links 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得專案中包含的連結。
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,此集合包含 連結、 主機殼和 批註 元素。