VSRECORDSTATE Enum
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.
Specifies the state of the macro recorder of the environment.
public enum class VSRECORDSTATE
C++/CX
public enum class VSRECORDSTATE
enum VSRECORDSTATE
public enum VSRECORDSTATE
type VSRECORDSTATE =
Public Enum VSRECORDSTATE
- Inheritance
-
VSRECORDSTATE
Name | Value | Description |
---|---|---|
VSRECORDSTATE_ON | 1 | Macro recording is on. |
VSRECORDSTATE_OFF | 2 | Macro recording is off. |
VSRECORDSTATE_PAUSED | 3 | Macro recording is paused. |
From vsshell.idl:
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |