__VSSETTINGSCOMPLETIONSTATUS Enumeration

Specifies additional information about errors that occurred during a profile import, export, or reset process.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Syntax

'Declaration
Public Enumeration __VSSETTINGSCOMPLETIONSTATUS
public enum __VSSETTINGSCOMPLETIONSTATUS
public enum class __VSSETTINGSCOMPLETIONSTATUS
type __VSSETTINGSCOMPLETIONSTATUS
public enum __VSSETTINGSCOMPLETIONSTATUS

Members

Member name Description
vsSettingsCompletionStatusComplete Specifies the profile process was completed.
vsSettingsCompletionStatusErrors Specifies the profile process contained errors.
vsSettingsCompletionStatusIncomplete Specifies the profile process was incomplete.
vsSettingsCompletionStatusNotStarted Specifies the profile process was not started.
vsSettingsCompletionStatusStateMask Specifies a mask that can be used to get or set only the state information.
vsSettingsCompletionStatusSuccess Specifies the profile process was successful.
vsSettingsCompletionStatusSuccessMask Specifies a mask that can be used to get or set only the status information.
vsSettingsCompletionStatusWarnings Specifies the profile process contained warnings.

Remarks

This enumeration is a DWORD with two separate flags groups: the state (which occupies bits 0 through 3) and the status (which occupies bits 4 through 7). Bits 8 through 31 are currently unused.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace