_VSProjectUnloadStatus Enum

Definition

Represents different reasons for unloading a project. Used in UnloadProject(Guid, UInt32).

C++/CX
public enum class _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."

Applies to

Proizvod Verzije
Visual Studio SDK 2015, 2017, 2019, 2022