SyndicationFeed.Items Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.