Macros::EmitMacroCode Method (String^)
Visual Studio 2015
Writes the line of code to the macro being recorded. This method should not be used from within a macro.
Assembly: EnvDTE (in EnvDTE.dll)
Parameters
- Code
-
Type:
System::String^
Required. The line of code to add to the macro.
Macros are deprecated. For information about how to use automation in Visual Studio, see FAQ: Converting Add-ins to VSPackage Extensions.
Show: