Macros.Pause Method

Definition

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:
 void Pause();
Attributes

Remarks

Macros are deprecated. For information about how to use automation in Visual Studio, see FAQ: Converting Add-ins to VSPackage Extensions.

Applies to