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,此集合包括 链接机箱注释 元素。

适用于