IVsTextMacroHelper 接口

启用宏录制编码。

命名空间:  Microsoft.VisualStudio.TextManager.Interop
程序集:  Microsoft.VisualStudio.TextManager.Interop(在 Microsoft.VisualStudio.TextManager.Interop.dll 中)

语法

声明
<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

IVsTextMacroHelper 类型公开以下成员。

方法

  名称 说明
公共方法 RecordActivateDocument
公共方法 RecordBookmarkClearAll 清除所有书签。
公共方法 RecordBookmarkNextPrev
公共方法 RecordBookmarkSetClear
公共方法 RecordChangeCase
公共方法 RecordCollapseSelection
公共方法 RecordCopy
公共方法 RecordCut 事件剪切到剪贴板。
公共方法 RecordDelete 删除操作。
公共方法 RecordDeleteSpace
公共方法 RecordEnterBoxMode
公共方法 RecordFormatSelection
公共方法 RecordGotoLine
公共方法 RecordIndentUnindent
公共方法 RecordInsertFile
公共方法 RecordMoveSelectionAbs
公共方法 RecordMoveSelectionRel
公共方法 RecordNewLine
公共方法 RecordPaste
公共方法 RecordRemovePreviousTyping
公共方法 RecordSelectAll
公共方法 RecordSwapAnchor
公共方法 RecordTabifyUntabify
公共方法 RecordTypeChar
公共方法 RecordTypeChars

页首

备注

应通过录制可由用户之后重播事件重复自动化代码获取在编辑器中执行的操作。

请参阅

参考

Microsoft.VisualStudio.TextManager.Interop 命名空间