共用方式為


RatedContentDescription.Category 屬性

定義

指定 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。

適用於