SyndicationFeed.Items Properti

Definisi

Mendapatkan koleksi item dalam umpan. Properti ini mewakili kumpulan elemen atom:entry atau kumpulan elemen item di 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)

Nilai Properti

Koleksi elemen atom:entry atau kumpulan elemen item di RSS 2.0.

Berlaku untuk