Macros.Pause Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.