RatedContentRestrictions コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
RatedContentRestrictions() |
RatedContentRestrictions クラスの新しいインスタンスを初期化します。 |
RatedContentRestrictions(UInt32) |
RatedContentRestrictions クラスの新しいインスタンスを、アプリが使用する指定された年齢評価で初期化して、コンテンツの使用を制限します。 |
RatedContentRestrictions()
RatedContentRestrictions クラスの新しいインスタンスを初期化します。
public:
RatedContentRestrictions();
RatedContentRestrictions();
public RatedContentRestrictions();
function RatedContentRestrictions()
Public Sub New ()
こちらもご覧ください
適用対象
RatedContentRestrictions(UInt32)
RatedContentRestrictions クラスの新しいインスタンスを、アプリが使用する指定された年齢評価で初期化して、コンテンツの使用を制限します。
public:
RatedContentRestrictions(unsigned int maxAgeRating);
RatedContentRestrictions(uint32_t const& maxAgeRating);
public RatedContentRestrictions(uint maxAgeRating);
function RatedContentRestrictions(maxAgeRating)
Public Sub New (maxAgeRating As UInteger)
パラメーター
- maxAgeRating
-
UInt32
unsigned int
uint32_t
最大年齢評価。
注釈
制限は、最小ユーザーの全体的な家族安全年齢評価 ( PreferredAgeRating で表されます) と、このコンストラクターで使用されるアプリ固有の年齢評価値に基づいて適用されます。