SyndicationFeed.Items Property

Definition

Gets the collection of items in the feed. This property represents the collection of atom:entry elements or a collection of item elements in RSS 2.0.

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)

Property Value

The collection of atom:entry elements or a collection of item elements in RSS 2.0.

Applies to