通过


AppDiagnosticInfoWatcherStatus 枚举

定义

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
继承
AppDiagnosticInfoWatcherStatus
属性

Windows 要求

要求 说明
设备系列
Windows 10 Fall Creators Update (在 10.0.16299.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v5.0 中引入)
应用功能
appDiagnostics

字段

名称 说明
Aborted 5

AppDiagnosticInfoWatcher 已中止。

Created 0

已创建 AppDiagnosticInfoWatcher

EnumerationCompleted 2

AppDiagnosticInfoWatcher 已完成枚举正在运行的应用。

Started 1

AppDiagnosticInfoWatcher 已启动。

Stopped 4

AppDiagnosticInfoWatcher 已停止。

Stopping 3

AppDiagnosticInfoWatcher 正在停止。

适用于

另请参阅