AppDiagnosticInfoWatcherEventArgs AppDiagnosticInfoWatcherEventArgs AppDiagnosticInfoWatcherEventArgs AppDiagnosticInfoWatcherEventArgs Class

Definition

Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Prerelease APIs are identified by a Prerelease label.

[Contains prerelease APIs.]
The data object passed to an AppDiagnosticInfoWatcher event.

public : sealed class AppDiagnosticInfoWatcherEventArgs : IAppDiagnosticInfoWatcherEventArgspublic sealed class AppDiagnosticInfoWatcherEventArgs : IAppDiagnosticInfoWatcherEventArgsPublic NotInheritable Class AppDiagnosticInfoWatcherEventArgs Implements IAppDiagnosticInfoWatcherEventArgs// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Insider Preview (introduced v10.0.16257.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v5)
Capabilities
appDiagnostics

Properties

AppDiagnosticInfo AppDiagnosticInfo AppDiagnosticInfo AppDiagnosticInfo

Prerelease. Gets diagnostic info for the app package.

public : AppDiagnosticInfo AppDiagnosticInfo { get; }public AppDiagnosticInfo AppDiagnosticInfo { get; }Public ReadOnly Property AppDiagnosticInfo As AppDiagnosticInfo// You can use this property in JavaScript.
Additional features and requirements
Device family
Windows 10 Insider Preview (introduced v10.0.16257.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v5)
Capabilities
appDiagnostics

Remarks

Typically there will only be one app associated with the AppDiagnosticInfo, but there can be more.