共用方式為


RatedContentDescription.Ratings 屬性

定義

提供內容片段的所有現有協力廠商和 Microsoft Store 年齡分級。

public:
 property IVector<Platform::String ^> ^ Ratings { IVector<Platform::String ^> ^ get(); void set(IVector<Platform::String ^> ^ value); };
IVector<winrt::hstring> Ratings();

void Ratings(IVector<winrt::hstring> value);
public IList<string> Ratings { get; set; }
var iVector = ratedContentDescription.ratings;
ratedContentDescription.ratings = iVector;
Public Property Ratings As IList(Of String)

屬性值

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

指定內容片段的年齡分級。

備註

如果某個內容沒有協力廠商評等或市集年齡分級,則應用程式必須傳遞 Null 作為評等。 如果提供 Null 評等, RequestContentAccessAsync 方法會顯示 [家庭安全] 對話方塊封鎖的內容 ,以及要求家長覆寫的選項。

Family Safety 使用 ContentRestrictionBrowsePolicy.GeographicRegionRatedContentDescription.Category 屬性來判斷內容片段的適當分級系統。 如果此評等系統中包含評等值,則會作為內容評等。 如果此評等系統中未包含值,則會使用市集年齡分級值。 如果無法使用,則會將內容視為 [未分級],針對 [家庭安全] 內容設定區域,而 RequestContentAccessAsync 方法會顯示 [家庭安全] 對話方塊封鎖的內容 ,以及要求家長覆寫的選項。 如需詳細資訊,請參閱 使用內容評等

適用於

另請參閱