SyndicationItem.Contributors プロパティ

定義

フィードの共同作成者のコレクションを取得します。 このプロパティは、atom:feed のすべての atom:contributor 要素のコレクションを表します。

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:contributor 要素のコレクション。

適用対象