VSRECORDSTATE 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.
Specifies the state of the macro recorder of the environment.
public enum class VSRECORDSTATE
public enum class VSRECORDSTATE
enum VSRECORDSTATE
public enum VSRECORDSTATE
type VSRECORDSTATE =
Public Enum VSRECORDSTATE
- Inheritance
-
VSRECORDSTATE
Fields
VSRECORDSTATE_OFF | 2 | Macro recording is off. |
VSRECORDSTATE_ON | 1 | Macro recording is on. |
VSRECORDSTATE_PAUSED | 3 | Macro recording is paused. |
Remarks
COM Signature
From vsshell.idl: