SolutionState 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.
Solution state values to be used in SolutionState(SolutionState).
public enum SolutionState
type SolutionState =
Public Enum SolutionState
- Inheritance
-
SolutionState
Fields
Name | Value | Description |
---|---|---|
NoSolution | 0 | No solution loaded. |
Exists | 1 | A solution is opened but may be in loaded or loading state. |
FullyLoaded | 2 | A solution is opened and fully loaded. |
Empty | 3 | Solution contains no projects but may contain solution items. |
SingleProject | 4 | Solution contains a single project. |
MultipleProject | 5 | Solution contains multiple projects. |
Building | 6 | Solution is building. |