Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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. |