Macros Methods
Visual Studio 2015
Namespace:
EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
| Name | Description | |
|---|---|---|
![]() | EmitMacroCode(String^) | Writes the line of code to the macro being recorded. This method should not be used from within a macro. |
![]() | Pause() | Pauses the macro recorder so that no code is written to the macro currently being recorded. This method should not be used from within a macro. |
![]() | Resume() | Resumes macro recording if it has been paused. This method should not be used from within a macro. |
Show:
