RatedContentRestrictions Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
RatedContentRestrictions() |
Initialise une nouvelle instance de la classe RatedContentRestrictions. |
RatedContentRestrictions(UInt32) |
Initialise une nouvelle instance de la classe RatedContentRestrictions, avec l’âge spécifié utilisé par l’application, pour restreindre l’utilisation du contenu. |
RatedContentRestrictions()
Initialise une nouvelle instance de la classe RatedContentRestrictions.
public:
RatedContentRestrictions();
RatedContentRestrictions();
public RatedContentRestrictions();
function RatedContentRestrictions()
Public Sub New ()
Voir aussi
S’applique à
RatedContentRestrictions(UInt32)
Initialise une nouvelle instance de la classe RatedContentRestrictions, avec l’âge spécifié utilisé par l’application, pour restreindre l’utilisation du contenu.
public:
RatedContentRestrictions(unsigned int maxAgeRating);
RatedContentRestrictions(uint32_t const& maxAgeRating);
public RatedContentRestrictions(uint maxAgeRating);
function RatedContentRestrictions(maxAgeRating)
Public Sub New (maxAgeRating As UInteger)
Paramètres
- maxAgeRating
-
UInt32
unsigned int
uint32_t
Indice d’âge maximal.
Remarques
Les restrictions sont appliquées en fonction de l’évaluation globale de l’âge du contrôle parental de l’utilisateur (exprimée par PreferredAgeRating) et de la valeur d’âge spécifique à l’application utilisée dans ce constructeur.