SyndicationItem.Authors 属性

定义

获取项的作者。 此属性表示 atom:entry 下的所有 atom:author 元素的集合。

public:
 property IVector<SyndicationPerson ^> ^ Authors { IVector<SyndicationPerson ^> ^ get(); };
IVector<SyndicationPerson> Authors();
public IList<SyndicationPerson> Authors { get; }
var iVector = syndicationItem.authors;
Public ReadOnly Property Authors As IList(Of SyndicationPerson)

属性值

atom:entry 下所有 atom:author 元素 集合。

适用于