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