Enables macro recording code.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in microsoft.visualstudio.textmanager.interop.dll)
[InterfaceTypeAttribute(1)]
[GuidAttribute("CAF8109F-B74B-429F-A11A-4944AADE9AB2")]
public interface IVsTextMacroHelper
/** @attribute InterfaceTypeAttribute(1) */
/** @attribute GuidAttribute("CAF8109F-B74B-429F-A11A-4944AADE9AB2") */
public interface IVsTextMacroHelper
InterfaceTypeAttribute(1)
GuidAttribute("CAF8109F-B74B-429F-A11A-4944AADE9AB2")
public interface IVsTextMacroHelper
An action performed in the editor should be captured by recording automation code that can later be replayed by the user to repeat the action.