AppPolicyShowDeveloperDiagnostic Enumeration

Indicates the method used for a process to surface developer information, such as asserts, to the user.

Definition

Namespace: DevCase.Win32.Enums
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum AppPolicyShowDeveloperDiagnostic

Remarks

Members

None 0 Indicates that the process does not show developer diagnostics.

This value is expected for a UWP (Universal Windows Platform) app.

ShowUI 1 Indicates that the process shows developer diagnostics UI.

This value is expected for a desktop application, or for a Desktop Bridge application.

See Also