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();
public:
 void Pause();
void Pause();
[System.Runtime.InteropServices.DispId(5)]
public void Pause ();
[<System.Runtime.InteropServices.DispId(5)>]
abstract member Pause : unit -> unit
Public Sub 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