Share via


SyndicationItem.Authors プロパティ

定義

アイテムの作成者を取得します。 このプロパティは、atom:entry のすべての atom:author 要素のコレクションを表します。

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

プロパティ値

atom:entry のすべての atom:author 要素のコレクション。

適用対象