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 要素のコレクション。

適用対象