RatedContentDescription.Category 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定 RatedContentCategory所定義之內容片段的類型。
public:
property RatedContentCategory Category { RatedContentCategory get(); void set(RatedContentCategory value); };
RatedContentCategory Category();
void Category(RatedContentCategory value);
public RatedContentCategory Category { get; set; }
var ratedContentCategory = ratedContentDescription.category;
ratedContentDescription.category = ratedContentCategory;
Public Property Category As RatedContentCategory
屬性值
指定 RatedContentCategory所定義之內容片段的類型。
備註
如果提供不正確值,則傳回E_INVALIDARG。