Specifies the state of the macro recorder of the environment.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Public Enumeration VSRECORDSTATE
public enum VSRECORDSTATE
public enum class VSRECORDSTATE
type VSRECORDSTATE
public enum VSRECORDSTATE
Members
| Member name | Description | |
|---|---|---|
| VSRECORDSTATE_OFF | Macro recording is off. | |
| VSRECORDSTATE_ON | Macro recording is on. | |
| VSRECORDSTATE_PAUSED | Macro recording is paused. |
Remarks
COM Signature
From vsshell.idl: