__VSSETTINGSERRORTYPES Enum

Definition

Specifies the error types of the settings.

public enum class __VSSETTINGSERRORTYPES
public enum class __VSSETTINGSERRORTYPES
enum __VSSETTINGSERRORTYPES
public enum __VSSETTINGSERRORTYPES
type __VSSETTINGSERRORTYPES = 
Public Enum __VSSETTINGSERRORTYPES
Inheritance
__VSSETTINGSERRORTYPES

Fields

vsSettingsErrorTypeError 1

Specifies an error-style settings error.

vsSettingsErrorTypeMask 15

Specifies a mask-type settings error.

vsSettingsErrorTypeNotInstalled 8

Specifies a not installed type settings error.

vsSettingsErrorTypeRestart 4

Specifies a restart-type settings error.

vsSettingsErrorTypeSuccess 0

Specifies that the settings were successful.

vsSettingsErrorTypeWarning 2

Specifies a warning-type settings error.

Applies to