VsState 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.
Indicates a targeted Visual Studio state.
public enum VsState
type VsState =
Public Enum VsState
- Inheritance
-
VsState
Fields
Name | Value | Description |
---|---|---|
NoOpenedSolutionOrFolder | 0 | Used to target when there is no folder and no solution opened in Visual Studio. |
OpenedSolution | 1 | Used to target when a solution is opened in Visual Studio. |
OpenedFolder | 2 | Used to target when a folder is opened in Visual Studio. |