Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The AppPolicyShowDeveloperDiagnostic enumeration indicates the method used for a process to surface developer information, such as asserts, to the user.
Syntax
typedef enum AppPolicyShowDeveloperDiagnostic {
AppPolicyShowDeveloperDiagnostic_None,
AppPolicyShowDeveloperDiagnostic_ShowUI
} ;
Constants
AppPolicyShowDeveloperDiagnostic_None Indicates that the process does not show developer diagnostics. This value is expected for a UWP app. |
AppPolicyShowDeveloperDiagnostic_ShowUI Indicates that the process shows developer diagnostics UI. This value is expected for a desktop application, or for a Desktop Bridge application. |
Requirements
Requirement | Value |
---|---|
Header | appmodel.h |