__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)

public enum __VSSETTINGSCOMPLETIONSTATUS

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

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.

Return to top
Show: