Macros Members

Include Protected Members
Include Inherited Members

Represents the Visual Studio macro recorder.

The Macros type exposes the following members.

Methods

 

Name

Description

Public method

EmitMacroCode

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

Public method

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.

Public method

Resume

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

Top

Properties

 

Name

Description

Public property

DTE

Gets the top-level extensibility object.

Public property

IsRecording

Returns whether the macro recorder is currently recording actions. This property should not be used from within a macro.

Public property

Parent

Gets the immediate parent object of a Macros object.

Top

See Also

Reference

Macros Interface

EnvDTE Namespace