Condividi tramite


VsState Enum

Definition

Indicates a targeted Visual Studio state.

public enum VsState
type VsState = 
Public Enum VsState
Inheritance
VsState

Fields

NoOpenedSolutionOrFolder 0

Used to target when there is no folder and no solution opened in Visual Studio.

OpenedFolder 2

Used to target when a folder is opened in Visual Studio.

OpenedSolution 1

Used to target when a solution is opened in Visual Studio.

Applies to