UserType Enumerazione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Rappresenta i tipi di utente.
public enum class UserType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class UserType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum UserType
var value = Windows.System.UserType.localUser
Public Enum UserType
- Ereditarietà
-
UserType
- Attributi
Famiglia di dispositivi |
Windows 10 (è stato introdotto in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (è stato introdotto in v1.0)
|
Nome | Valore | Descrizione |
---|---|---|
LocalGuest | 2 | L'utente è un guest locale. |
LocalUser | 0 | L'utente è un utente locale. |
RemoteGuest | 3 | L'utente è un guest remoto. |
RemoteUser | 1 | L'utente è un utente remoto. |
SystemManaged | 4 | L'utente è un account gestito dal sistema. |
Prodotto | Versioni |
---|---|
WinRT | Build 10240, Build 10586, Build 14383, Build 15063, Build 16299, Build 17134, Build 17763, Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100 |