__VSSETTINGSERRORTYPES Enumeration
Visual Studio 2015
Specifies the error types of the settings.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Member name | Description | |
|---|---|---|
| vsSettingsErrorTypeError | Specifies an error-style settings error. | |
| vsSettingsErrorTypeMask | Specifies a mask-type settings error. | |
| vsSettingsErrorTypeNotInstalled | Specifies a not installed type settings error. | |
| vsSettingsErrorTypeRestart | Specifies a restart-type settings error. | |
| vsSettingsErrorTypeSuccess | Specifies that the settings were successful. | |
| vsSettingsErrorTypeWarning | Specifies a warning-type settings error. |
Show: