SolutionState Enum

Definition

Solution state values to be used in SolutionState(SolutionState).

public enum SolutionState
type SolutionState = 
Public Enum SolutionState
Inheritance
SolutionState

Fields

Building 6

Solution is building.

Empty 3

Solution contains no projects but may contain solution items.

Exists 1

A solution is opened but may be in loaded or loading state.

FullyLoaded 2

A solution is opened and fully loaded.

MultipleProject 5

Solution contains multiple projects.

NoSolution 0

No solution loaded.

SingleProject 4

Solution contains a single project.

Applies to