ResourceCollection.Categories 属性

定义

获取 app :categories 元素中的 atom :category 元素的集合。

public:
 property IVectorView<SyndicationCategory ^> ^ Categories { IVectorView<SyndicationCategory ^> ^ get(); };
IVectorView<SyndicationCategory> Categories();
public IReadOnlyList<SyndicationCategory> Categories { get; }
var iVectorView = resourceCollection.categories;
Public ReadOnly Property Categories As IReadOnlyList(Of SyndicationCategory)

属性值

类别的集合。

适用于