ContentRestrictionsBrowsePolicy.MaxBrowsableAgeRating 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得內容目錄中要顯示的最大允許年齡分級等級。 不應顯示在此層級上方評分的內容。 例如,如果 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)
屬性值
整數,表示存留期。
備註
如果使用者沒有由 Family Safety 強制執行的任何內容限制,則傳回值為 Null。 應用程式仍預期會針對使用者嘗試使用的每個內容呼叫 RequestContentAccessAsync 。