共用方式為


ContentRestrictionsBrowsePolicy.MaxBrowsableAgeRating 屬性

定義

取得內容目錄中要顯示的最大允許年齡分級等級。 不應顯示在此層級上方評分的內容。 例如,如果 MaxBrowsableAgeRating 為 13,則不應該顯示 MPAA:R 評等電影。

public:
 property IReference<unsigned int> ^ MaxBrowsableAgeRating { IReference<unsigned int> ^ get(); };
IReference<uint32_t> MaxBrowsableAgeRating();
public System.Nullable<uint> MaxBrowsableAgeRating { get; }
var iReference = contentRestrictionsBrowsePolicy.maxBrowsableAgeRating;
Public ReadOnly Property MaxBrowsableAgeRating As Nullable(Of UInteger)

屬性值

IReference<UInt32>

Nullable<UInt32>

Windows.Foundation.IReference

IReference<uint32_t>

整數,表示存留期。

備註

如果使用者沒有由 Family Safety 強制執行的任何內容限制,則傳回值為 Null。 應用程式仍預期會針對使用者嘗試使用的每個內容呼叫 RequestContentAccessAsync

適用於