__VSPROFILECATEGORYSENSITIVITY Enumeration
Visual Studio 2015
Specifies a sensitivity level to GetSensitivityLevel calls.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Member name | Description | |
|---|---|---|
| PCSEN_PRIVACY | The settings in this category could compromise a user's privacy. | |
| PCSEN_SAFE | The settings in this category contain no sensitive information. |
From vsshell80.idl:
enum __VSPROFILECATEGORYSENSITIVITY { PCSEN_SAFE = 0x00000000, PCSEN_PRIVACY = 0x00000001, }; typedef DWORD VSPROFILECATEGORYSENSITIVITY;
Show: