SyndicationFeed.Authors プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アイテムの作成者を取得します。 このプロパティは、 atom:entry のすべての atom:author 要素のコレクションを表 します。
public:
property IVector<SyndicationPerson ^> ^ Authors { IVector<SyndicationPerson ^> ^ get(); };
IVector<SyndicationPerson> Authors();
public IList<SyndicationPerson> Authors { get; }
var iVector = syndicationFeed.authors;
Public ReadOnly Property Authors As IList(Of SyndicationPerson)
プロパティ値
atom:entry の下にあるすべての atom:author 要素 のコレクション。