Macros Methods

 

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

NameDescription
System_CAPS_pubmethodEmitMacroCode(String^)

Writes the line of code to the macro being recorded. This method should not be used from within a macro.

System_CAPS_pubmethodPause()

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.

System_CAPS_pubmethodResume()

Resumes macro recording if it has been paused. This method should not be used from within a macro.

Return to top
Show: