Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Specifies the error types of the settings.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
Public Enumeration __VSSETTINGSERRORTYPES
public enum __VSSETTINGSERRORTYPES
public enum class __VSSETTINGSERRORTYPES
type __VSSETTINGSERRORTYPES
public enum __VSSETTINGSERRORTYPES
Members
| 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. |