共用方式為


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元素的集合。

適用於