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)

Syntax

‘선언
Public Enumeration VSRECORDSTATE
‘사용 방법
Dim instance As VSRECORDSTATE
public enum VSRECORDSTATE
public enum class VSRECORDSTATE
type VSRECORDSTATE
public enum VSRECORDSTATE

Members

Member name Description
VSRECORDSTATE_ON Macro recording is on.
VSRECORDSTATE_OFF Macro recording is off.
VSRECORDSTATE_PAUSED Macro recording is paused.

Remarks

COM Signature

From vsshell.idl:

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace