SyndicationFeed.Items Propriété

Définition

Obtient la collection d’éléments dans le flux. Cette propriété représente la collection d’éléments atom:entry ou une collection d’éléments d’élément dans 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)

Valeur de propriété

Collection d’éléments atom:entry ou collection d’éléments d’élément dans RSS 2.0.

S’applique à