_VSProjectUnloadStatus2 Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
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. |
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. |