__VSSETTINGSERRORTYPES Enumeration

 

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)

public enum __VSSETTINGSERRORTYPES

Member nameDescription
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.

Return to top
Show: