SyndicationFeed.Categories 属性

定义

获取源类别的集合。 此属性表示 atom:feed 下所有 atom:category 元素的集合。

public:
 property IVector<SyndicationCategory ^> ^ Categories { IVector<SyndicationCategory ^> ^ get(); };
IVector<SyndicationCategory> Categories();
public IList<SyndicationCategory> Categories { get; }
var iVector = syndicationFeed.categories;
Public ReadOnly Property Categories As IList(Of SyndicationCategory)

属性值

atom:feed 下所有 atom:category 元素的集合。

适用于