SyndicationFeed.Items 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得摘要中的專案集合。 這個屬性代表atom:entry元素的集合,或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)
屬性值
atom:entry專案的集合或RSS 2.0中的專案專案集合。