Share via


UserPresenceStatus Enumerazione

Definizione

Definisce i valori che rappresentano lo stato utente associato alla sessione dell'app.

public enum class UserPresenceStatus
/// [Windows.Foundation.Metadata.Version(1)]
enum class UserPresenceStatus
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.System.Power.PowerNotificationsContract, 65536)]
enum class UserPresenceStatus
[Windows.Foundation.Metadata.Version(1)]
public enum UserPresenceStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.System.Power.PowerNotificationsContract), 65536)]
public enum UserPresenceStatus
var value = Microsoft.Windows.System.Power.UserPresenceStatus.present
Public Enum UserPresenceStatus
Ereditarietà
UserPresenceStatus
Attributi

Campi

Absent 1

L'utente è assente.

Present 0

L'utente è presente.

Commenti

Questa enumerazione corrisponde al GUID dell'impostazione di alimentazioneGUID_SESSION_USER_PRESENCE.

Si applica a

Vedi anche