Macros.IsRecording Property
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.
Returns whether the macro recorder is currently recording actions. This property should not be used from within a macro.
public:
property bool IsRecording { bool get(); };
public:
property bool IsRecording { bool get(); };
[System.Runtime.InteropServices.DispId(3)]
public bool IsRecording { [System.Runtime.InteropServices.DispId(3)] get; }
[<System.Runtime.InteropServices.DispId(3)>]
[<get: System.Runtime.InteropServices.DispId(3)>]
member this.IsRecording : bool
Public ReadOnly Property IsRecording As Boolean
Property Value
A Boolean value of true
indicates that the macro recorder is currently recording actions; false
indicates that it is not.
- Attributes
Remarks
Macros are deprecated. For information about how to use automation in Visual Studio, see FAQ: Converting Add-ins to VSPackage Extensions.