_VSProjectUnloadStatus Enumeration
Represents different reasons for unloading a project. Used in UnloadProject.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'Declaration
Public Enumeration _VSProjectUnloadStatus
public enum _VSProjectUnloadStatus
public enum class _VSProjectUnloadStatus
type _VSProjectUnloadStatus
public enum _VSProjectUnloadStatus
Members
Member name | Description | |
---|---|---|
UNLOADSTATUS_LoadPendingIfNeeded | The solution load manager unloaded the project with PLP_LoadIfNeeded. The project node caption has the suffix "(pending)". | |
UNLOADSTATUS_StorageNotAvailable | 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_StorageNotLoadable | The project was unloaded because project storage is not loadable. The project node caption has the suffix "(unavailable)". | |
UNLOADSTATUS_UnloadedByUser | The user unloaded the project. The project node caption has the suffix "(unavailable)". | |
UNLOADSTATUS_UpgradeFailed | 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." |