Share via


AppDiagnosticInfoWatcherEventArgs.AppDiagnosticInfo Property

Definition

Gets diagnostic info for the app package.

public:
 property AppDiagnosticInfo ^ AppDiagnosticInfo { AppDiagnosticInfo ^ get(); };
AppDiagnosticInfo AppDiagnosticInfo();
public AppDiagnosticInfo AppDiagnosticInfo { get; }
var appDiagnosticInfo = appDiagnosticInfoWatcherEventArgs.appDiagnosticInfo;
Public ReadOnly Property AppDiagnosticInfo As AppDiagnosticInfo

Property Value

The AppDiagnosticInfo for the current event.

Windows requirements

App capabilities
appDiagnostics

Remarks

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

Applies to