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