VSRECORDSTATE Enumeration

 

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)

public enum VSRECORDSTATE

Member nameDescription
VSRECORDSTATE_OFF

Macro recording is off.

VSRECORDSTATE_ON

Macro recording is on.

VSRECORDSTATE_PAUSED

Macro recording is paused.

From vsshell.idl:

Return to top
Show: