AppDiagnosticInfoWatcherStatus 列挙型

定義

AppDiagnosticInfoWatcher.Status の呼び出しから返される状態値を定義します。

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 が停止しています。

適用対象

こちらもご覧ください