共用方式為


SyndicationFeed.Contributors 屬性

定義

取得摘要參與者的集合。 這個屬性代表atom:feed下所有atom:contributor元素的集合。

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

屬性值

atom:feed下所有atom:contributor元素的集合。

適用於