UserManager.UserOperationErrorMaxUsers フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.OS.UserOperationResultCode enum directly instead of this field.

ユーザーの最大制限に達したため、ユーザー操作が失敗したことを示します。

[Android.Runtime.Register("USER_OPERATION_ERROR_MAX_USERS", ApiSince=28)]
[System.Obsolete("This constant will be removed in the future version. Use Android.OS.UserOperationResultCode enum directly instead of this field.", true)]
public const Android.OS.UserOperationResultCode UserOperationErrorMaxUsers = 6;
[<Android.Runtime.Register("USER_OPERATION_ERROR_MAX_USERS", ApiSince=28)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.OS.UserOperationResultCode enum directly instead of this field.", true)>]
val mutable UserOperationErrorMaxUsers : Android.OS.UserOperationResultCode

フィールド値

Value = 6
属性

注釈

ユーザーの最大制限に達したため、ユーザー操作が失敗したことを示します。

の Java ドキュメント android.os.UserManager.USER_OPERATION_ERROR_MAX_USERS

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象