Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enables macro recording code.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
<GuidAttribute("CAF8109F-B74B-429F-A11A-4944AADE9AB2")> _
<InterfaceTypeAttribute()> _
Public Interface IVsTextMacroHelper
[GuidAttribute("CAF8109F-B74B-429F-A11A-4944AADE9AB2")]
[InterfaceTypeAttribute()]
public interface IVsTextMacroHelper
[GuidAttribute(L"CAF8109F-B74B-429F-A11A-4944AADE9AB2")]
[InterfaceTypeAttribute()]
public interface class IVsTextMacroHelper
[<GuidAttribute("CAF8109F-B74B-429F-A11A-4944AADE9AB2")>]
[<InterfaceTypeAttribute()>]
type IVsTextMacroHelper = interface end
public interface IVsTextMacroHelper
The IVsTextMacroHelper type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
RecordActivateDocument | |
![]() |
RecordBookmarkClearAll | Clears all bookmarks. |
![]() |
RecordBookmarkNextPrev | |
![]() |
RecordBookmarkSetClear | |
![]() |
RecordChangeCase | |
![]() |
RecordCollapseSelection | |
![]() |
RecordCopy | |
![]() |
RecordCut | Cuts action to the clipboard. |
![]() |
RecordDelete | Deletes an action. |
![]() |
RecordDeleteSpace | |
![]() |
RecordEnterBoxMode | |
![]() |
RecordFormatSelection | |
![]() |
RecordGotoLine | |
![]() |
RecordIndentUnindent | |
![]() |
RecordInsertFile | |
![]() |
RecordMoveSelectionAbs | |
![]() |
RecordMoveSelectionRel | |
![]() |
RecordNewLine | |
![]() |
RecordPaste | |
![]() |
RecordRemovePreviousTyping | |
![]() |
RecordSelectAll | |
![]() |
RecordSwapAnchor | |
![]() |
RecordTabifyUntabify | |
![]() |
RecordTypeChar | |
![]() |
RecordTypeChars |
Top
Remarks
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.