_VSProjectUnloadStatus2 Enum

Definition

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

public enum class _VSProjectUnloadStatus2
public enum class _VSProjectUnloadStatus2
enum _VSProjectUnloadStatus2
public enum _VSProjectUnloadStatus2
type _VSProjectUnloadStatus2 = 
Public Enum _VSProjectUnloadStatus2
Inheritance
_VSProjectUnloadStatus2

Fields

UNLOADSTATUS_NeedComponents 6

The project was unloaded because some components (Visual Studio components or SDKs) are not installed on the system, and the components are essential for the proper operation of this project. In order to be loaded, the project has to install the missing components.

UNLOADSTATUS_NeedRetarget 5

The project was unloaded because project target is not supported by current version or edition of Visual Studio. The project must be retargeted before it can be reloaded.

Applies to