VsState Enum

Definition

Indicates a targeted Visual Studio state.

C#
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.

Applies to

Product Versions
Visual Studio SDK 2022