SyndicationFeed.Contributors プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
フィードの共同作成者のコレクションを取得します。 このプロパティは、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 要素のコレクション。