SyndicationFeed.Items プロパティ

定義

フィード内の項目のコレクションを取得します。 このプロパティは、atom:entry 要素のコレクション、または RSS 2.0item 要素のコレクションを表します。

public:
 property IVector<SyndicationItem ^> ^ Items { IVector<SyndicationItem ^> ^ get(); };
IVector<SyndicationItem> Items();
public IList<SyndicationItem> Items { get; }
var iVector = syndicationFeed.items;
Public ReadOnly Property Items As IList(Of SyndicationItem)

プロパティ値

atom:entry 要素のコレクション、または RSS 2.0項目要素のコレクション。

適用対象