共用方式為


User.CheckUserAgeConsentGroupAsync(UserAgeConsentGroup) 方法

定義

擷取值,指出使用者是否屬於指定的使用者年齡同意群組。

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 功能。 如需詳細資訊,請參閱 App 功能宣告

適用於