AppDiagnosticInfoWatcherEventArgs.AppDiagnosticInfo Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.