_VSProjectUnloadStatus2 Enumeration

Represents different reasons for unloading a project. Used in UnloadProject.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)

Syntax

'Declaration
Public Enumeration _VSProjectUnloadStatus2
public enum _VSProjectUnloadStatus2
public enum class _VSProjectUnloadStatus2
type _VSProjectUnloadStatus2
public enum _VSProjectUnloadStatus2

Members

Member name Description
UNLOADSTATUS_NeedComponents 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 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.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace