Macros::IsRecording Property

 

Returns whether the macro recorder is currently recording actions. This property should not be used from within a macro.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

property bool IsRecording {
	bool get();
}

Property Value

Type: System::Boolean

A 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.

Return to top
Show: