Macros::IsRecording Property
Visual Studio 2015
Returns whether the macro recorder is currently recording actions. This property should not be used from within a macro.
Assembly: EnvDTE (in EnvDTE.dll)
Property Value
Type: System::BooleanA Boolean value of true indicates that the macro recorder is currently recording actions; false indicates that it is not.
Macros are deprecated. For information about how to use automation in Visual Studio, see FAQ: Converting Add-ins to VSPackage Extensions.
Show: