共用方式為


UserAgeConsentGroup 列舉

定義

指定使用者可以所屬的年齡同意群組。

public enum class UserAgeConsentGroup
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 917504)]
enum class UserAgeConsentGroup
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 917504)]
public enum UserAgeConsentGroup
var value = Windows.System.UserAgeConsentGroup.child
Public Enum UserAgeConsentGroup
繼承
UserAgeConsentGroup
屬性

Windows 需求

裝置系列
Windows 11 (已於 10.0.22000.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v14.0 引進)

欄位

Adult 2

成人同意群組。

Child 0

子同意群組。

Minor 1

減去同意群組。

備註

CheckUserAgeConsentGroupAsync方法會使用此列舉。

適用於