SyndicationFeed.Authors プロパティ

定義

アイテムの作成者を取得します。 このプロパティは、 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 要素 コレクション。

適用対象