Macros Members
Include Protected Members
Include Inherited Members
Represents the Visual Studio macro recorder.
The Macros type exposes the following members.
Methods
Name
Description
Writes the line of code to the macro being recorded. This method should not be used from within a macro.
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.
Resumes macro recording if it has been paused. This method should not be used from within a macro.
Top
Properties
Name
Description
Gets the top-level extensibility object.
Returns whether the macro recorder is currently recording actions. This property should not be used from within a macro.
Gets the immediate parent object of a Macros object.
Top