Macros.Resume 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.
Resumes macro recording if it has been paused. This method should not be used from within a macro.
public:
void Resume();
public:
void Resume();
void Resume();
[System.Runtime.InteropServices.DispId(6)]
public void Resume ();
[<System.Runtime.InteropServices.DispId(6)>]
abstract member Resume : unit -> unit
Public Sub Resume ()
- Attributes
Remarks
Macros are deprecated. For information about how to use automation in Visual Studio, see FAQ: Converting Add-ins to VSPackage Extensions.