SyndicationFeed.Categories 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取源类别的集合。 此属性表示 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 元素的集合。