UserWatcherStatus Enumerazione

Definizione

Rappresenta lo stato di un watcher utente.

public enum class UserWatcherStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class UserWatcherStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum UserWatcherStatus
var value = Windows.System.UserWatcherStatus.created
Public Enum UserWatcherStatus
Ereditarietà
UserWatcherStatus
Attributi

Requisiti Windows

Famiglia di dispositivi
Windows 10 (è stato introdotto in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v1.0)

Campi

Aborted 5

Il watcher è stato interrotto.

Created 0

Il watcher è stato creato.

EnumerationCompleted 2

L'enumerazione del watcher è stata completata.

Started 1

Il watcher è stato avviato.

Stopped 4

Il watcher è stato arrestato.

Stopping 3

Il watcher si arresta.

Si applica a