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 を呼び出す必要があります。