หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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_NoneIndicates that the process does not show developer diagnostics. This value is expected for a UWP app. |
AppPolicyShowDeveloperDiagnostic_ShowUIIndicates 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 |