_VSProjectUnloadStatus Enum

Definition

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

UNLOADSTATUS_LoadPendingIfNeeded 1

The solution load manager unloaded the project with PLP_LoadIfNeeded. The project node caption has the suffix "(pending)".

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_StorageNotLoadable 2

The project was unloaded because project storage is not loadable. The project node caption has the suffix "(unavailable)".

UNLOADSTATUS_UnloadedByUser 0

The user unloaded the project. The project node caption has the suffix "(unavailable)".

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

Applies to