다음을 통해 공유


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 형식에서는 다음과 같은 멤버를 노출합니다.

메서드

  이름 설명
Public 메서드 RecordActivateDocument
Public 메서드 RecordBookmarkClearAll 모든 책갈피를 지웁니다.
Public 메서드 RecordBookmarkNextPrev
Public 메서드 RecordBookmarkSetClear
Public 메서드 RecordChangeCase
Public 메서드 RecordCollapseSelection
Public 메서드 RecordCopy
Public 메서드 RecordCut 동작을 클립보드로 잘라냅니다.
Public 메서드 RecordDelete 작업을 삭제합니다.
Public 메서드 RecordDeleteSpace
Public 메서드 RecordEnterBoxMode
Public 메서드 RecordFormatSelection
Public 메서드 RecordGotoLine
Public 메서드 RecordIndentUnindent
Public 메서드 RecordInsertFile
Public 메서드 RecordMoveSelectionAbs
Public 메서드 RecordMoveSelectionRel
Public 메서드 RecordNewLine
Public 메서드 RecordPaste
Public 메서드 RecordRemovePreviousTyping
Public 메서드 RecordSelectAll
Public 메서드 RecordSwapAnchor
Public 메서드 RecordTabifyUntabify
Public 메서드 RecordTypeChar
Public 메서드 RecordTypeChars

위쪽

설명

나중에 사용자가 해당 작업을 반복 재생 될 수 있는 자동화 코드를 기록 하 여 편집기에서 수행 되는 작업을 캡처해야 합니다.

참고 항목

참조

Microsoft.VisualStudio.TextManager.Interop 네임스페이스