AppDiagnosticInfoWatcherStatus Enumeration

Definition

Definiert die status Werte, die von einem Aufruf von AppDiagnosticInfoWatcher.Status zurückgegeben werden.

public enum class AppDiagnosticInfoWatcherStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
enum class AppDiagnosticInfoWatcherStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
public enum AppDiagnosticInfoWatcherStatus
var value = Windows.System.AppDiagnosticInfoWatcherStatus.created
Public Enum AppDiagnosticInfoWatcherStatus
Vererbung
AppDiagnosticInfoWatcherStatus
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 Fall Creators Update (eingeführt in 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v5.0)
App-Funktionen
appDiagnostics

Felder

Aborted 5

AppDiagnosticInfoWatcher wurde abgebrochen.

Created 0

Der AppDiagnosticInfoWatcher wurde erstellt.

EnumerationCompleted 2

Der AppDiagnosticInfoWatcher hat das Aufzählen ausgeführter Apps abgeschlossen.

Started 1

AppDiagnosticInfoWatcher wurde gestartet.

Stopped 4

AppDiagnosticInfoWatcher wurde beendet.

Stopping 3

AppDiagnosticInfoWatcher wird beendet.

Gilt für:

Weitere Informationen