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