_VSProjectUnloadStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents different reasons for unloading a project. Used in UnloadProject(Guid, UInt32).
public enum class _VSProjectUnloadStatus
public enum class _VSProjectUnloadStatus
enum _VSProjectUnloadStatus
public enum _VSProjectUnloadStatus
type _VSProjectUnloadStatus =
Public Enum _VSProjectUnloadStatus
- Inheritance
-
_VSProjectUnloadStatus
Fields
Name | Value | Description |
---|---|---|
UNLOADSTATUS_UnloadedByUser | 0 | The user unloaded the project. The project node caption has the suffix "(unavailable)". |
UNLOADSTATUS_LoadPendingIfNeeded | 1 | The solution load manager unloaded the project with PLP_LoadIfNeeded. The project node caption has the suffix "(pending)". |
UNLOADSTATUS_StorageNotLoadable | 2 | The project was unloaded because project storage is not loadable. The project node caption has the suffix "(unavailable)". |
UNLOADSTATUS_StorageNotAvailable | 3 | The project was unloaded because project storage is not available. The project node caption has the suffix "(unavailable)". The item node caption is set to "The project file or web cannot be found." |
UNLOADSTATUS_UpgradeFailed | 4 | The project was unloaded because project migration/upgrade failed. The project node caption has the suffix "(unavailable)". The item node caption is set to "The project has not been converted." |