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

public enum _VSProjectUnloadStatus

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

Return to top
Show: