UserAgeConsentResult 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定调用 CheckUserAgeConsentGroupAsync 的结果,查询指定 UserAgeConsentGroup 中的用户成员身份。
public enum class UserAgeConsentResult
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 917504)]
enum class UserAgeConsentResult
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 917504)]
public enum UserAgeConsentResult
var value = Windows.System.UserAgeConsentResult.notEnforced
Public Enum UserAgeConsentResult
- 继承
-
UserAgeConsentResult
- 属性
Windows 要求
设备系列 |
Windows 11 (在 10.0.22000.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v14.0 中引入)
|
字段
Ambiguous | 4 | 指定的强制组已过时,并且用户属于部分重叠的强制组。 |
Included | 1 | 用户是指定组的成员,或者是包含指定组的组。 例如,如果用户是成人,则检查 Minor 将返回 Included,因为 Adult 是 Minor 的超集。 |
NotEnforced | 0 | 用户的区域不使用年龄许可强制组。 |
NotIncluded | 2 | 用户不是指定组的成员。 |
Unknown | 3 | 系统无法确定用户属于哪个强制组。 |