User.CheckUserAgeConsentGroupAsync(UserAgeConsentGroup) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索一个值,该值指示用户是否属于指定的用户年龄同意组。
public:
virtual IAsyncOperation<UserAgeConsentResult> ^ CheckUserAgeConsentGroupAsync(UserAgeConsentGroup consentGroup) = CheckUserAgeConsentGroupAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<UserAgeConsentResult> CheckUserAgeConsentGroupAsync(UserAgeConsentGroup const& consentGroup);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<UserAgeConsentResult> CheckUserAgeConsentGroupAsync(UserAgeConsentGroup consentGroup);
function checkUserAgeConsentGroupAsync(consentGroup)
Public Function CheckUserAgeConsentGroupAsync (consentGroup As UserAgeConsentGroup) As IAsyncOperation(Of UserAgeConsentResult)
参数
- consentGroup
- UserAgeConsentGroup
UserAgeConsentGroup 中的一个值,该值指示查询其用户成员身份的年龄同意组。
返回
完成时返回 UserAgeConsentResult 的 异步操作。
- 属性
Windows 要求
设备系列 |
Windows 11 (在 10.0.22000.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v14.0 中引入)
|
注解
通过此 API 返回的信息,你可以使用你的应用为儿童和未成年人设计更合适的体验。
此 API 需要 UserAccountInformation 功能。 有关详细信息,请参阅应用功能声明。