次の方法で共有


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)

プロパティ値

カテゴリのコレクション。

適用対象