SyndicationFeed.Authors 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取项的作者。 此属性表示 atom:entry 下所有 atom:author 元素 的集合。
public:
property IVector<SyndicationPerson ^> ^ Authors { IVector<SyndicationPerson ^> ^ get(); };
IVector<SyndicationPerson> Authors();
public IList<SyndicationPerson> Authors { get; }
var iVector = syndicationFeed.authors;
Public ReadOnly Property Authors As IList(Of SyndicationPerson)
属性值
atom:entry 下所有 atom:author 元素 的集合。