IVsTextMacroHelper Interface

 

Generates macro recording code.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

[GuidAttribute("CAF8109F-B74B-429F-A11A-4944AADE9AB2")]
[InterfaceTypeAttribute(1)]
public interface IVsTextMacroHelper

NameDescription
System_CAPS_pubmethodRecordActivateDocument()

Records that the document was activated.

System_CAPS_pubmethodRecordBookmarkClearAll()

Records that all bookmarks were cleared.

System_CAPS_pubmethodRecordBookmarkNextPrev(Int32)

Records move to next or previous bookmark.

System_CAPS_pubmethodRecordBookmarkSetClear(Int32)

Records set or clear the current bookmark.

System_CAPS_pubmethodRecordChangeCase(CASESELECTION_TYPE)

Records change of case.

System_CAPS_pubmethodRecordCollapseSelection()

Records collapse of the current selection.

System_CAPS_pubmethodRecordCopy()

Records copy of the current selection to the clipboard.

System_CAPS_pubmethodRecordCut()

Records cut of the current selection to the clipboard.

System_CAPS_pubmethodRecordDelete(Int32, UInt32)

Records delete action.

System_CAPS_pubmethodRecordDeleteSpace(Int32)

Records delete of space.

System_CAPS_pubmethodRecordEnterBoxMode()

Records entering box mode.

System_CAPS_pubmethodRecordFormatSelection()

Records format selection.

System_CAPS_pubmethodRecordGotoLine(Int32, Int32)

Records moving position to the specified line.

System_CAPS_pubmethodRecordIndentUnindent(Int32)

Records indent or unindent action.

System_CAPS_pubmethodRecordInsertFile(String)

Records insert file action.

System_CAPS_pubmethodRecordMoveSelectionAbs(MOVESELECTION_ABS_TYPE, Int32)

Records absolute move of selection.

System_CAPS_pubmethodRecordMoveSelectionRel(MOVESELECTION_REL_TYPE, Int32, Int32)

Records relative move of selection.

System_CAPS_pubmethodRecordNewLine()

Records new line action.

System_CAPS_pubmethodRecordPaste()

Records paste from clipboard.

System_CAPS_pubmethodRecordRemovePreviousTyping(String)

Records action to remove previous typing.

System_CAPS_pubmethodRecordSelectAll()

Records action to select all.

System_CAPS_pubmethodRecordSwapAnchor()

Records an anchor swap.

System_CAPS_pubmethodRecordTabifyUntabify(Int32)

Records a tabify or unify action.

System_CAPS_pubmethodRecordTypeChar(UInt16, Int32)

Records typing a character.

System_CAPS_pubmethodRecordTypeChars(String, Int32)

Records typing multiple characters.

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.

Return to top
Show: